< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page
rev 51519 : 8206981: Compiler support for Raw String Literals
Reviewed-by: mcimadamore

*** 1200,1209 **** --- 1200,1212 ---- unclosed comment compiler.err.unclosed.str.lit=\ unclosed string literal + compiler.err.unicode.backtick=\ + attempt to use \\u0060 as a raw string literal delimiter + # 0: string compiler.err.unsupported.encoding=\ unsupported encoding: {0} compiler.err.io.exception=\
*** 2766,2775 **** --- 2769,2781 ---- static interface method invocations compiler.misc.feature.private.intf.methods=\ private interface methods + compiler.misc.feature.raw.string.literals=\ + raw string literals + compiler.warn.underscore.as.identifier=\ as of release 9, ''_'' is a keyword, and may not be used as an identifier compiler.err.underscore.as.identifier=\ as of release 9, ''_'' is a keyword, and may not be used as an identifier
< prev index next >