repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update the reference assemblies we ship in mono.
[mono-project.git]
/
mcs
/
errors
/
cs1525-46.cs
blob
87e31f3c9560700e2c3eb59615df0c05127b24f3
1
// CS1525: Unexpected symbol `;', expecting `(', `[', or `{'
2
// Line: 7
3
4
class
X
{
5
static void
Main
()
6
{
7
X x
=
new
X
;
8
}
9
}