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
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
gtest-477.cs
blob
05b231e6c0f326d66f5bfd2e18ff41fdd4e8d75e
1
using
System
;
2
3
class
B
<
T
> :
A
<
T
>
4
{
5
protected class
BNested
:
ANested
6
{
7
}
8
}
9
10
class
A
<
T
> :
AA
<
T
>
11
{
12
}
13
14
class
AA
<
T
>
15
{
16
protected class
ANested
17
{
18
}
19
}
20
21
class
M
22
{
23
public static void
Main
()
24
{
25
}
26
}