blob: 6f24ff3e558014ce6915a2d09e658936c0dc8d16 [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 6970584
* @summary Flow.java should be more error-friendly
* @author mcimadamore
*
* @compile/fail/ref=FailOver14.out -XDrawDiagnostics -Xshouldstop:at=FLOW -XDdev FailOver14.java
*/
class Test extends Test {
{ for (Integer x : !x) { } }
}