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
2004-03-01 Larry Ewing <lewing@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
gen-36.cs
blob
efa7b2f79664a8c324f13d312eaa8c43273400d7
1
class
Stack
<
T
>
2
{
3
void
Hello
(
Stack
<
T
>
stack
)
4
{
5
}
6
7
void
Test
()
8
{
9
Hello
(
this
);
10
}
11
}
12
13
class
X
14
{
15
static void
Main
()
16
{ }
17
}