Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / mcs / tests / gtest-266.cs
blobaadc2db64d1a230e9b157216519c8ac344a8d404
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 { public static void Main () { } }