1 // Compiler options: -t:library
9 public static string Print ()
11 return typeof (CC
).FullName
;
15 public static string Print ()
17 return typeof (C
).FullName
;
23 public static string Print ()
25 return typeof (D
).FullName
;
31 public static T
Test (T t
)