jdk-24/test/langtools/tools/javac/unicode/UnicodeNewline.java

13 lines
323 B
Java
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* @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
2007-12-01 00:00:00 +00:00
*/
class UnicodeNewline {
// \u000a \u000a \u000a
xyzzy plugh; // error should be HERE
}