test/tools/javac/generics/InheritanceConflict.java

changeset 289
84061bd68019
parent 54
eaf608c64fec
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
25 * @test 25 * @test
26 * @bug 4984158 26 * @bug 4984158
27 * @summary two inherited methods with same signature 27 * @summary two inherited methods with same signature
28 * @author gafter, Maurizio Cimadamore 28 * @author gafter, Maurizio Cimadamore
29 * 29 *
30 * @compile/fail -source 1.5 InheritanceConflict.java 30 * @compile/fail InheritanceConflict.java
31 */ 31 */
32 32
33 package inheritance.conflict; 33 package inheritance.conflict;
34 34
35 class A<T> { 35 class A<T> {

mercurial