import test.generic.*; public class J_2 { public static void foo(T1 x) { // x.m1(); } public static void main(String[] args) { Bug4891.main(null); T1 x = new C2(); foo(x); } }