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-30 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0525.cs
blob
9e225c6dedb7bf79ee359760ca248b1dfb97d49c
1
// CS0525: Interfaces cannot contain fields or constants
2
// Line: 6
3
4
interface
Interface
5
{
6
bool value
=
false
;
7
}