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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
gtest-016.cs
blob
113291154f3ec59caf92fadcde8b649f02c4a1d5
1
// A generic method may also use the type parameters
2
// from its enclosing type.
3
4
class
Stack
<
S
>
5
{
6
public static void
Hello
<
T
> (
S s
,
T t
)
7
{ }
8
}
9
10
class
X
11
{
12
Stack
<
int
>
stack
;
13
14
public static void
Main
()
15
{
16
}
17
}