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
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
gtest-091.cs
blob
574520fbb7063a0c97206f2e2ef47f1f4bddaa89
1
using
System
;
2
3
public class
Foo
<
T
>
4
{
5
Node node
;
6
7
public
Node Test
<
V
> ()
8
{
9
return
node
;
10
}
11
12
public class
Node
13
{ }
14
}
15
16
class
X
17
{
18
static void
Main
()
19
{ }
20
}