test/tools/javac/failover/FailOver05.java

Mon, 28 Feb 2011 13:42:24 -0800

author
jjg
date
Mon, 28 Feb 2011 13:42:24 -0800
changeset 899
67d6b2df47ba
parent 0
959103a6100f
permissions
-rw-r--r--

7022711: compiler crash in try-with-resources
Reviewed-by: mcimadamore

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @bug 6970584
     4  * @summary Flow.java should be more error-friendly
     5  * @author mcimadamore
     6  *
     7  * @compile/fail/ref=FailOver05.out -XDrawDiagnostics -XDshouldStopPolicy=FLOW -XDdev FailOver05.java
     8  */
    10 class Test extends Test {
    11    { for ( Integer x : null) {} }
    12 }

mercurial