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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs0524.cs
blob
9c9ff28c5942f441eb34b4cfca9464e1f7a36e82
1
// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2
// Line: 5
3
4
interface
Interface
{
5
public struct
Struct
{
6
}
7
}