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

Print this page

        

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