[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-059.cs
blob20863fb1a8ea127e2c5059c1943864eff7b9ff0e
1 namespace N {
2 interface A <T> {
5 class X <T> : N.A <T> {
7 class Foo {
8 public static void Main () {}