langtools/test/tools/javac/diags/examples/EmptyCharLiteral.java
changeset 25600 7f93cb0536fd
parent 23133 a58476887b3d
equal deleted inserted replaced
25456:39cfdc2dcaf3 25600:7f93cb0536fd
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 // key: compiler.err.empty.char.lit
    24 // key: compiler.err.empty.char.lit
    25 // key: compiler.err.unclosed.char.lit
       
    26 
    25 
    27 class X {
    26 class X {
    28     char c = '';
    27     char c = '';
    29 }
    28 }