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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
gtest-320.cs
blob
edacc47180c09c02b05480cadff3dbf1d700d376
1
// Bug #81019
2
public class
Foo
<
K
>
3
{ }
4
5
partial class
B
6
{ }
7
8
partial class
B
:
Foo
<
B
.
C
>
9
{
10
public class
C
11
{ }
12
13
}
14
15
class
X
16
{
17
public static void
Main
()
18
{ }
19
}