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-034.cs
blob
7df2d55f3d00026d2e4bf4f52b2f55920c7e9241
1
class
Foo
<
T
>
2
{ }
3
4
class
Stack
<
T
>
5
{ }
6
7
//
8
// We may use a constructed type `Stack<T>' instead of
9
// just a type parameter.
10
//
11
12
class
Bar
<
T
> :
Foo
<
Stack
<
T
>>
13
{ }
14
15
class
X
16
{
17
static void
Main
()
18
{ }
19
}