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