test/tools/javac/failover/FailOver01.java

changeset 676
bfdfc13fe641
parent 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/failover/FailOver01.java	Tue Sep 07 17:33:43 2010 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +/*
     1.5 +  * @test /nodynamiccopyright/
     1.6 + * @bug 6970584
     1.7 + * @summary Flow.java should be more error-friendly
     1.8 + * @author mcimadamore
     1.9 + *
    1.10 + * @compile/fail/ref=FailOver01.out -XDrawDiagnostics -XDshouldStopPolicy=FLOW -XDdev FailOver01.java
    1.11 + */
    1.12 +
    1.13 +class Test { { x = "" } }

mercurial