src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 53227 f15d443f9731
parent 52635 6938c8ef179a
child 53755 4cd89541b492
equal deleted inserted replaced
53226:4ff3f9d83fe5 53227:f15d443f9731
  1238     unclosed comment
  1238     unclosed comment
  1239 
  1239 
  1240 compiler.err.unclosed.str.lit=\
  1240 compiler.err.unclosed.str.lit=\
  1241     unclosed string literal
  1241     unclosed string literal
  1242 
  1242 
  1243 compiler.err.unicode.backtick=\
       
  1244     attempt to use \\u0060 as a raw string literal delimiter
       
  1245 
       
  1246 # 0: string
  1243 # 0: string
  1247 compiler.err.unsupported.encoding=\
  1244 compiler.err.unsupported.encoding=\
  1248     unsupported encoding: {0}
  1245     unsupported encoding: {0}
  1249 
  1246 
  1250 compiler.err.io.exception=\
  1247 compiler.err.io.exception=\
  2835     switch rules
  2832     switch rules
  2836 
  2833 
  2837 compiler.misc.feature.switch.expressions=\
  2834 compiler.misc.feature.switch.expressions=\
  2838     switch expressions
  2835     switch expressions
  2839 
  2836 
  2840 compiler.misc.feature.raw.string.literals=\
       
  2841     raw string literals
       
  2842 
       
  2843 compiler.misc.feature.var.syntax.in.implicit.lambda=\
  2837 compiler.misc.feature.var.syntax.in.implicit.lambda=\
  2844     var syntax in implicit lambdas
  2838     var syntax in implicit lambdas
  2845 
  2839 
  2846 compiler.warn.underscore.as.identifier=\
  2840 compiler.warn.underscore.as.identifier=\
  2847     as of release 9, ''_'' is a keyword, and may not be used as an identifier
  2841     as of release 9, ''_'' is a keyword, and may not be used as an identifier