[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-268.cs
blob4f402ed83090c37f75be5940ffca2607cc9e9a3e
1 public class Test
3 void Bar ()
5 G<int> g = G<int>.Instance;
8 // When it goes outside, there is no error.
9 public class G<T>
11 public static G<T> Instance;
14 public static void Main ()
15 { }