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
/
cs1525.cs
blob
6a0b0de56ad63bc1d5a39b66e0f7c85678c99298
1
// CS1525: Unexpected symbol `}'
2
// Line: 8
3
4
class
X
{
5
X
()
6
{
7
label1
:
8
}
9
}