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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
gtest-172-lib.cs
blob
5cda449077b1b9bf72ed5e3a4d9805e730029639
1
// Compiler options: -t:library
2
public class
A
<
T
> {
3
public class
Nil
:
A
<
T
> {
4
public static
Nil _N_constant_object
=
new
Nil
();
5
}
6
}