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
tag rc1
[mcs.git]
/
errors
/
cs1043.cs
blob
2f41cccaa134f3ee3d6bd6326f8449e72147e325
1
// CS1043: Unexpected symbol `1', expecting `;', or `{'
2
// Line: 6
3
4
class
C
5
{
6
int
Foo { set 1; }
7
}