test/tools/javac/generics/InheritanceConflict.java

Print this page

        

*** 25,35 **** * @test * @bug 4984158 * @summary two inherited methods with same signature * @author gafter, Maurizio Cimadamore * ! * @compile/fail -source 1.5 InheritanceConflict.java */ package inheritance.conflict; class A<T> { --- 25,35 ---- * @test * @bug 4984158 * @summary two inherited methods with same signature * @author gafter, Maurizio Cimadamore * ! * @compile/fail InheritanceConflict.java */ package inheritance.conflict; class A<T> {