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
bring Mono Security to monotouch
[mcs.git]
/
tests
/
gtest-partial-01.cs
blob
86be170f7c8aff1c04409c5bb83656e1be4e6b78
1
using
System
;
2
3
class
B
<
U
>
4
{
5
}
6
7
partial class
C
<
T
> :
B
<
T
>
8
{
9
T t1
;
10
}
11
12
partial class
C
<
T
> :
B
<
T
>
13
{
14
T t2
;
15
}
16
17
class
Test
18
{
19
public static void
Main
()
20
{
21
}
22
}