repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-02-20 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
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
}