equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @ bug |
26 * @bug 8007464 |
27 * @summary Negative regression test from odersky |
27 * @summary Negative regression test from odersky |
28 * @author odersky |
28 * @author odersky |
29 * |
29 * |
30 * @compile/fail BadTest4.java |
30 * @compile/fail -source 7 BadTest4.java |
|
31 * @compile BadTest4.java |
31 */ |
32 */ |
32 |
33 |
33 class BadTest4 { |
34 class BadTest4 { |
34 |
35 |
35 interface I {} |
36 interface I {} |