package test; class ExtendsD extends D { void test() { int x = foo(); Integer y = foo(); Object z = foo(); } }