repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
gtest-070.cs
blob
9b2184402dfa1a81b2c3a29057b3b1d4ab0ecfc3
1
namespace
Martin
2
{
3
public class
Test
<
T
>
4
{
5
public static int
Foo
()
6
{
7
return
0
;
8
}
9
}
10
}
11
12
class
Foo
<
T
>
13
{
14
public
Foo
(
int
a
)
15
{ }
16
17
public
Foo
()
18
:
this
(
Martin
.
Test
<
T
>.
Foo
())
19
{ }
20
}
21
22
class
X
23
{
24
static void
Main
()
25
{
26
}
27
}