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
2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0524-4.cs
blob
31718efc27d71167fa29efd4d2a45fc22e95f472
1
// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2
// Line: 5
3
4
interface
Interface
{
5
public class
C
{
6
}
7
}