class X<B> { B a = null; } class otth14 { void f1( X<A> a ) { } }