1 // CS0309: The type `B' must be convertible to `A' in order to use it as parameter `T' in the generic type or method `Foo<T>'
10 Console
.WriteLine (t
);
11 Console
.WriteLine (t
.GetType ());
20 Console
.WriteLine ("Hello World");
26 public static implicit operator A (B b
)