test/tools/javac/generics/InheritanceConflict2.java

Print this page

        

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