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
cosmetic
[mcs.git]
/
tests
/
gtest-005.cs
blob
b3ecdeb70faddc52f281b1ff93533eddef0d0f89
1
class
Stack
<
T
> {
2
}
3
4
class
Test
{
5
}
6
7
class
T
{
8
static void
Main
()
9
{
10
Stack
<
Test
>
a
;
11
}
12
}