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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0525-2.cs
blob
c27e11a172f6e9d1a9d203b23d00044c9a2add17
1
// cs0525-2.cs: Interfaces cannot contain fields or constants
2
// Line: 9
3
4
interface
Interface
5
{
6
const bool value
=
false
;
7
}