test/tools/javac/foreach/SpecIterable.java

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 4911157 26 * @bug 4911157
27 * @summary Runtime error because of missing method in iterator 27 * @summary Runtime error because of missing method in iterator
28 * @author gafter 28 * @author gafter
29 *
30 * @compile -source 1.5 SpecIterable.java
31 * @run main SpecIterable
32 */ 29 */
33 30
34 import java.util.Iterator; 31 import java.util.Iterator;
35 32
36 /* The problem occurs when we have a class that extends a specialized 33 /* The problem occurs when we have a class that extends a specialized

mercurial