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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
gtest-534-lib.cs
blob
f29f03abb35f2b9a40e2bb8a5fa7138ac82d4ed0
1
// Compiler options: -t:library
2
3
public interface
IG
<
T
>
4
{
5
}
6
7
public interface
IA
8
{
9
void
Method
(
IG
<
double
[][]>
arg
);
10
}