test/tools/javac/generics/typevars/4856983/T4856983a.java

Print this page

        

*** 24,34 **** /* * @test * @bug 4856983 * @summary (crash) mutually f-bounded type vars with multiple bounds may crash javac * @author Peter von der Ah\u00e9 ! * @compile/fail -source 5 T4856983a.java */ interface I1 { Number m(); } interface I2 { String m(); } --- 24,34 ---- /* * @test * @bug 4856983 * @summary (crash) mutually f-bounded type vars with multiple bounds may crash javac * @author Peter von der Ah\u00e9 ! * @compile/fail T4856983a.java */ interface I1 { Number m(); } interface I2 { String m(); }