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
2009-10-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-031.cs
blob
b5acef437a40be41929058c49a73785172f245db
1
// Compiler options: -r:gtest-031-lib.dll
2
3
public class
X
4
{
5
public static void
Test
(
Bar
<
int
,
string
>
bar
)
6
{
7
bar
.
Hello
(
"Test"
);
8
bar
.
Test
(
7
,
"Hello"
);
9
}
10
11
static void
Main
()
12
{ }
13
}