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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
gtest-371-lib.cs
blob
bdf0b4615c40b247cd520bcd41b7076c620dedf1
1
// Compiler options: -t:library
2
3
public class
Test
<
A
,
B
>
4
{
5
public void
Foo
<
U
> (
U u
)
6
{ }
7
8
public void
Foo
<
V
> (
V
[]
v
,
V w
)
9
{ }
10
11
public void
Hello
<
V
,
W
> (
V v
,
W w
,
Test
<
V
,
W
>
x
)
12
{ }
13
14
public void
ArrayMethod
<
V
> (
params
V
[]
args
)
15
{ }
16
}