test/tools/javac/generics/OverrideBridge.java

changeset 730
20659c8c917d
parent 673
7ae4016c5938
child 1721
abd153854f16
equal deleted inserted replaced
729:6ce6ee1b831a 730:20659c8c917d
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6337171 26 * @bug 6337171 6996415
27 * @ignore fix has been disabled as a consequence of 6996415
27 * @summary javac should create bridge methods when type variable bounds restricted 28 * @summary javac should create bridge methods when type variable bounds restricted
28 * @run main OverrideBridge 29 * @run main OverrideBridge
29 */ 30 */
30 31
31 import java.io.*; 32 import java.io.*;

mercurial