repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
gtest-174-lib.cs
blob
bbc07b2625e2f3fcc26f31998b317de555e8927a
1
// Compiler options: -t:library
2
public class
A
<
T
> {
3
public static
A
<
T
>
_N_constant_object
=
new
A
<
T
> ();
4
}