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
[bcl] Update BCL Linked Size
[mono-project.git]
/
mcs
/
errors
/
cs1525-19.cs
blob
05d6451364d242ad99cefec789ce1554d1299e75
1
// CS1525: Unexpected symbol `int'
2
// Line: 5
3
4
public class
Test
{
5
void
T
(
int int
) {}
6
}