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-534.cs
blob
3225663343c0cc5dc94ca811587108b787b9488d
1
// Compiler options: -r:gtest-534-lib.dll
2
3
class
A
:
IA
4
{
5
public void
Method
(
IG
<
double
[][]>
arg
)
6
{
7
}
8
9
public static int
Main
()
10
{
11
new
A
().
Method
(
null
);
12
return
0
;
13
}
14
}