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
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
gtest-004.cs
blob
3cd09cb0adbbc874653d6e8b1e90c1178fbe4b29
1
class
Stack
<
T
> {
2
}
3
4
class
Test
{
5
}
6
7
class
T
{
8
public void
Foo
(
Stack
<
Test
>
a
)
9
{ }
10
11
public static void
Main
()
12
{
13
}
14
}