test/tools/javac/generics/odersky/BadTest3.java

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
25 * @test 25 * @test
26 * @ bug 26 * @ bug
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 -source 1.5 BadTest3.java 30 * @compile/fail BadTest3.java
31 */ 31 */
32 32
33 class BadTest3 { 33 class BadTest3 {
34 34
35 interface I {} 35 interface I {}

mercurial