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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
gtest-158.cs
blob
098848936f3cc651ae1ba1055b8b9b0878cf5022
1
public class
Moo
<
C
>
2
where C
:
Moo
<
C
>.
Foo
3
{
4
public class
Foo
5
{ }
6
}
7
8
public class
Test
:
Moo
<
Test
>.
Foo
9
{
10
}
11
12
class
X
13
{
14
public static void
Main
()
15
{
16
Moo
<
Test
>
moo
=
new
Moo
<
Test
> ();
17
}
18
}