/* Example from Hansen and Sestoft: C# Precisely */ // What are the problems? class C<T>{ T f = null; } class D<U>{ U? f; }