src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 51713 d424675a9743
parent 51615 afbb33428df7
child 52016 9ea22a0f9540
equal deleted inserted replaced
51712:f0f5d23449d3 51713:d424675a9743
  1230     unclosed comment
  1230     unclosed comment
  1231 
  1231 
  1232 compiler.err.unclosed.str.lit=\
  1232 compiler.err.unclosed.str.lit=\
  1233     unclosed string literal
  1233     unclosed string literal
  1234 
  1234 
       
  1235 compiler.err.unicode.backtick=\
       
  1236     attempt to use \\u0060 as a raw string literal delimiter
       
  1237 
  1235 # 0: string
  1238 # 0: string
  1236 compiler.err.unsupported.encoding=\
  1239 compiler.err.unsupported.encoding=\
  1237     unsupported encoding: {0}
  1240     unsupported encoding: {0}
  1238 
  1241 
  1239 compiler.err.io.exception=\
  1242 compiler.err.io.exception=\
  2824     switch rules
  2827     switch rules
  2825 
  2828 
  2826 compiler.misc.feature.switch.expressions=\
  2829 compiler.misc.feature.switch.expressions=\
  2827     switch expressions
  2830     switch expressions
  2828 
  2831 
       
  2832 compiler.misc.feature.raw.string.literals=\
       
  2833     raw string literals
       
  2834 
  2829 compiler.warn.underscore.as.identifier=\
  2835 compiler.warn.underscore.as.identifier=\
  2830     as of release 9, ''_'' is a keyword, and may not be used as an identifier
  2836     as of release 9, ''_'' is a keyword, and may not be used as an identifier
  2831 
  2837 
  2832 compiler.err.underscore.as.identifier=\
  2838 compiler.err.underscore.as.identifier=\
  2833     as of release 9, ''_'' is a keyword, and may not be used as an identifier
  2839     as of release 9, ''_'' is a keyword, and may not be used as an identifier