repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
gtest-356.cs
blob
853fb060da99b5cf989b3b08059ce952e0e1a855
1
class
A
<
T
>
2
{
3
void
Foo
(
B
<
T
>.
E arg
)
4
{
5
}
6
}
7
8
class
B
<
U
> :
B
9
{
10
}
11
12
class
B
13
{
14
public class
E
15
{
16
}
17
}
18
19
class
C
20
{
21
public static void
Main
()
22
{
23
}
24
}
25