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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
gtest-346.cs
blob
f99fc8a65c07396116df19cbf5cfff6e04e02d49
1
public class
test
2
{
3
public void
CreateSimpleCallSite
(
int
x
) {}
4
public void
CreateSimpleCallSite
<
A
>() {}
5
public void
CreateSimpleCallSite
<
A
>(
int
x
) {}
6
7
public static void
Main
()
8
{
9
}
10
}