langtools/test/tools/javac/unicode/UnicodeNewline.java
author duke
Wed, 05 Jul 2017 23:01:50 +0200
changeset 44228 e46434c65a2b
parent 40835 6ab9ed1abc46
permissions -rw-r--r--
Merge

/*
 * @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
}