1 // Compiler options: -t:library
14 public static string TestString (string s
= "mono")
19 public static B
TestB (B b
= null)
24 public static T Test
<T
> (T t
= default (T
))
29 public static ulong TestNew (ulong s
= new ulong ())
34 public static decimal TestDecimal (int i
, decimal d
= decimal.MinValue
)
39 public static E
TestEnum (E e
= E
.Value
)
45 public byte this [int id
, byte v
= 1+5] {