2 // User casts basically would produce more than one match on
3 // integral types, since the implicit conversion to int is
4 // also an implicit conversion to long. This tests that
5 // we do not bail too early on the switch statement with its
6 // implicit conversion.
11 public static implicit operator int (Y i
)
23 public static void Main ()