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
Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git]
/
mcs
/
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
}