[System.Windows.Forms] Disable failing test
[mono-project.git] / mcs / tests / gtest-166-lib.cs
blob0ee4b9fa0759136996ff8c9d73f5febb75182c33
1 // Compiler options: -t:library
3 using System;
5 public class TestClass
7 public class B : A<Nested>
11 public abstract class A<T>
13 public static Comparison<A<T>> Compare;
16 public class Nested