test/tools/javac/generics/T4711572.java

Print this page

        

*** 25,35 **** * @test * @bug 4711572 * @summary generics: problem with type inference for recursive methods * @author gafter * ! * @compile -source 1.5 T4683314.java */ class T4711572 { static <T> boolean isOK(T x) { return isOK(x); --- 25,35 ---- * @test * @bug 4711572 * @summary generics: problem with type inference for recursive methods * @author gafter * ! * @compile T4683314.java */ class T4711572 { static <T> boolean isOK(T x) { return isOK(x);