2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-266.cs
blob384f8aefb4121a7220023aec5bef0b61cfd017f5
1 class Test<T>
3 int priv;
4 private sealed class Inner<U>
6 Test<U> test;
7 void Foo ()
9 test.priv = 0;
14 class Test { static void Main () { } }