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
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
tests
/
gtest-552.cs
blob
e3a2a9f2f55914e4c9fc967974f5e698d8933a11
1
// Compiler options: -r:gtest-552-lib.dll
2
3
class
A
:
G
<
A
>.
GPD
4
{
5
}
6
7
class
B
:
H
<
int
>
8
{
9
public class
MM
:
M
<
MM
>
10
{
11
}
12
}
13
14
public class
Test
15
{
16
public static int
Main
()
17
{
18
var
a
=
new
A
();
19
a
.
GT
=
new
A
();
20
a
.
GT
.
Foo
();
21
22
new
B
.
N
<
B
,
B
.
MM
> ();
23
return
0
;
24
}
25
}