summaryrefslogtreecommitdiff
path: root/mcs/tests/gtest-172-lib.cs
blob: 5cda449077b1b9bf72ed5e3a4d9805e730029639 (plain)
1
2
3
4
5
6
// Compiler options: -t:library
public class A <T> {
  public class Nil : A <T> {
     public static Nil _N_constant_object = new Nil ();
  }
}