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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs0531-2.cs
blob
e5081ac999a5ef4e5098de922f22ff7339b1a88d
1
// CS0531: `Interface.P.get': interface members cannot have a definition
2
// Line:
3
4
public interface
Interface
{
5
int
P { get {}
}
6
}