repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1526.cs
blob
051e7f5e51d88de1c6c407fd4caea239de878958
1
// cs1526.cs: A new expression requires () or [] after type
2
// Line: 6
3
class
X
{
4
static void
Main
()
5
{
6
X x
=
new
X
;
7
}
8
}