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
/
cs1547-13.cs
blob
1b3f8e1c14bd30fb7d2921023a2918cc93e7f025
1
// CS1547: Keyword `void' cannot be used in this context
2
// Line: 6
3
4
interface
IA
5
{
6
ref void
Foo
();
7
}