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
remove NotWorking
[mcs.git]
/
tests
/
gtest-158.cs
blob
5f547f9df716f516ef98a430329003be4f983a17
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
static void
Main
()
15
{
16
Moo
<
Test
>
moo
=
new
Moo
<
Test
> ();
17
}
18
}