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
/
cs1001-7.cs
blob
ffe9c833bd9824ec26ff88a4981ccc3c7db5ad09
1
// CS1001: Unexpected symbol `)', expecting identifier
2
// Line: 6
3
4
class
C
5
{
6
public void
Foo
(
params
System
.
Action
)
7
{
8
}
9
}