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.cs
blob
a1651fe17f40557157775295dfa8515da2cf794f
1
// CS1001: Unexpected symbol `)', expecting identifier
2
// Line: 6
3
4
class
T
{
5
// Change (args) to (string args) to fix it
6
public static int
Main
(
args
)
7
{
8
}
9
}