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
[build] Fix warning (#4177)
[mono-project.git]
/
mcs
/
tests
/
test-482.cs
blob
935563db6d6b284b4bdb7b0657fca88c2a110914
1
//
2
// This is a test case for 77147
3
//
4
class
X
{
5
public void
M4
(
int
arg
)
{ }
6
public void
M4
(
int
arg
,
__arglist
)
{ }
7
8
public static void
Main
()
9
{
10
}
11
}