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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
gtest-091.cs
blob
c8469d4551fc8495950f744598672f3e7ad0026b
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
public static void
Main
()
19
{ }
20
}