blob: 847b1fcc6614ac6fcba1323b2c301ebaeb01a72c [file] [log] [blame]
/*
* @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
}