repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
monotouch uses the real HttpWebRequest
[mcs.git]
/
tests
/
gtest-320.cs
blob
c003aa788ef539ded2638ad4bbc8300f5e267b1d
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
static void
Main
()
18
{ }
19
}