mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-07 00:48:38 +00:00
11 lines
257 B
Java
11 lines
257 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @bug 6970584
|
|
* @summary Flow.java should be more error-friendly
|
|
* @author mcimadamore
|
|
*
|
|
* @compile/fail/ref=FailOver01.out -XDrawDiagnostics -Xshouldstop:at=FLOW -XDdev FailOver01.java
|
|
*/
|
|
|
|
class Test { { x = "" } }
|