jdk-24/langtools/test/tools/javac/unicode/UnicodeNewline.java
Vicente Romero 8480651475 8161019: javac, fold formatter options
Reviewed-by: mcimadamore, jjg
2016-07-26 07:45:29 -07:00

13 lines
322 B
Java

/*
* @test /nodynamiccopyright/
* @bug 4739428 4785453
* @summary when \u000a is used, diagnostics are reported on the wrong line.
*
* @compile/fail/ref=UnicodeNewline.out -diags:layout=%b:%l:%_%m UnicodeNewline.java
*/
class UnicodeNewline {
// \u000a \u000a \u000a
xyzzy plugh; // error should be HERE
}