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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
tests
/
gtest-268.cs
blob
4f402ed83090c37f75be5940ffca2607cc9e9a3e
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
public static void
Main
()
15
{ }
16
}