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
[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git]
/
mcs
/
tests
/
gtest-492.cs
blob
9490c6433de942e42191d373028b783404f06e0f
1
public abstract class
B
<
T
> :
A
<
T
>
{ }
2
public abstract class
A
<
T
>
3
{
4
internal sealed class
C
:
B
<
T
>
5
{
6
}
7
}
8
9
class
M
10
{
11
public static void
Main
()
12
{
13
}
14
}