2 // Conversions involving type parameters (26.7.4).
3 // This is a compilation-only test since some of the explict
4 // conversions would trigger an InvalidCastException.
22 public static implicit operator C (B b
)
30 public static explicit operator B (C c
)
38 static void Simple
<T
> (T t
)
46 static void Interface
<T
> (T t
)
52 static void Class
<T
> (T t
)
65 static void Array
<T
> (T
[] t
)