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
[build] Fix warning (#4177)
[mono-project.git]
/
mcs
/
tests
/
gtest-518.cs
blob
cbbfeb20684536cbaa9c4cb79e8cce2ea17bc423
1
class
Top
<
X
>
2
{
3
public class
C
:
I1
<
int
>
4
{
5
}
6
7
interface
I1
<
T
> :
I2
<
T
>
8
{
9
}
10
11
interface
I2
<
U
>
12
{
13
}
14
}
15
16
class
M
17
{
18
public static int
Main
()
19
{
20
return
0
;
21
}
22
}