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-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0524-3.cs
blob
73de70bd0140951f9ed2bb142855c518445a4890
1
// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2
// Line: 4
3
4
interface
Interface
{
5
enum
E
{
6
White
,
7
Black
8
}
9
}