1 // CS0151: A switch expression of type `S1?' cannot be converted to an integral type, bool, char, string, enum or nullable type
8 public static implicit operator int? (S1
? s
)
10 throw new ApplicationException ();
13 public static implicit operator int (S1
? s
)
15 throw new ApplicationException ();
21 public static int Main ()