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
2010-02-20 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
gtest-268.cs
blob
106fb364ec48a02c38a671408fe7920d8c82f3e1
1
public class
Test
2
{
3
void
Bar
()
4
{
5
G
<
int
>
g
=
G
<
int
>.
Instance
;
6
}
7
8
// When it goes outside, there is no error.
9
public class
G
<
T
>
10
{
11
public static
G
<
T
>
Instance
;
12
}
13
14
static void
Main
()
15
{ }
16
}