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
[Wasm] Fix memory override in mono_wasm_add_assembly
[mono-project.git]
/
mcs
/
tests
/
gtest-553-lib.cs
blob
b9a1f32ae52ffdfa1f51ab65f8870cc14bfb433f
1
// Compiler options: -t:library
2
3
public class
A
4
{
5
public class
C
<
T
> :
IA
6
{
7
}
8
9
private interface
IA
10
{
11
}
12
}
13
14
public class
B
15
{
16
public class
C
<
T
> :
IA
<
T
>
17
{
18
}
19
20
private interface
IA
<
T
>
21
{
22
}
23
}