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