test/tools/javac/foreach/IntersectIterator.java

Print this page

        

*** 24,36 **** /* * @test * @bug 5003207 * @summary new "for" statement fails to cast to second upper bound * @author gafter - * - * @compile -source 1.5 IntersectIterator.java - * @run main IntersectIterator */ import java.util.*; interface A {} --- 24,33 ----