test/tools/javac/generics/typeargs/Metharg2.java

Print this page

        

*** 25,35 **** * @test * @bug 4851039 * @summary explicit type arguments * @author gafter * ! * @compile/fail -source 1.5 Metharg2.java */ // Test type mismatch on type argument for qualified method call class T<X> { --- 25,35 ---- * @test * @bug 4851039 * @summary explicit type arguments * @author gafter * ! * @compile/fail Metharg2.java */ // Test type mismatch on type argument for qualified method call class T<X> {