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-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0531-2.cs
blob
b8249eb8c2d6a88999d5ce36be604edf9d387f67
1
// cs0531-2.cs: `Interface.P.get': interface members cannot have a definition
2
// Line:
3
4
public interface
Interface
{
5
int
P { get {}
}
6
}