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
tag rc1
[mcs.git]
/
errors
/
cs0524-2.cs
blob
348463e9fa6e36887102083679f69f8e23d55723
1
// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2
// Line: 5
3
4
interface
Interface
{
5
interface
I
{}
6
}