test/tools/javac/foreach/Foreach.java

Print this page

        

*** 24,36 **** /* * @test * @bug 4855355 * @summary implement "foreach" loops as specified in JSR 201 * @author gafter - * - * @compile -source 1.5 Foreach.java - * @run main Foreach */ import java.util.Iterator; public class Foreach implements Iterable<Integer> { --- 24,33 ----