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 (); } }