1 // Compiler options: -t:library
3 // CECIL FIXME: Every method should actually throw new ApplicationException ("Should not be called");
4 // but because mcs dependency on System.Reflection it cannot be done
12 public static string Print ()
14 return typeof (CC
).FullName
;
18 public static string Print ()
20 return typeof (C
).FullName
;
26 public static string Print ()
28 return typeof (D
).FullName
;
34 public static T
Test (T t
)