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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
gtest-034.cs
blob
81aa51ad9c6b512617be88575b3185cb86cb500a
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
public static void
Main
()
18
{ }
19
}