repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
gtest-266.cs
blob
384f8aefb4121a7220023aec5bef0b61cfd017f5
1
class
Test
<
T
>
2
{
3
int
priv
;
4
private sealed class
Inner
<
U
>
5
{
6
Test
<
U
>
test
;
7
void
Foo
()
8
{
9
test
.
priv
=
0
;
10
}
11
}
12
}
13
14
class
Test { static void Main () { }
}