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-03-02 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
errors
/
gcs0501.cs
blob
0cd885cafeebd1c137daf75acfcf31c811ecceea
1
// CS0501: `X.Mine.get' must have a body because it is not marked abstract, extern, or partial
2
// Line: 6
3
4
class
X
5
{
6
public int
Mine { get; set {}
}
7
}