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
remove NotWorking
[mcs.git]
/
tests
/
gtest-174.cs
blob
9d3cae447b4509889901146ef5a80365974c9f6c
1
// Compiler options: /r:gtest-174-lib.dll
2
public class
B
<
T
> {
3
public static
B
<
T
>
_N_constant_object
=
new
B
<
T
> ();
4
}
5
6
class
M
{
7
static void
Main
() {
8
A
<
int
>
x
=
A
<
int
>.
_N_constant_object
;
9
B
<
int
>
y
=
B
<
int
>.
_N_constant_object
;
10
}
11
}