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
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs0501-4.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
}