test/tools/javac/generics/T4784219.java

Print this page

        

*** 25,35 **** * @test * @bug 4784219 * @summary generics: compiler crash after diagnostic * @author gafter * ! * @compile -source 1.5 T4683314.java */ public class T4784219 { static <T, A> T<A, A> genericNew() { genericNew(); --- 25,35 ---- * @test * @bug 4784219 * @summary generics: compiler crash after diagnostic * @author gafter * ! * @compile T4683314.java */ public class T4784219 { static <T, A> T<A, A> genericNew() { genericNew();