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
/
cs0525-2.cs
blob
af009c30c5a0b71b21ea58f221ed6b7c85648e95
1
// CS0525: Interfaces cannot contain fields or constants
2
// Line: 9
3
4
interface
Interface
5
{
6
const bool value
=
false
;
7
}