src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 48935 03ae177c26b0
parent 48926 02404e27d356
child 49429 752ecccb0b7f
equal deleted inserted replaced
48934:3390b463d7a2 48935:03ae177c26b0
  1227     ''var'' is not allowed as an element type of an array
  1227     ''var'' is not allowed as an element type of an array
  1228 
  1228 
  1229 compiler.err.var.not.allowed.compound=\
  1229 compiler.err.var.not.allowed.compound=\
  1230     ''var'' is not allowed in a compound declaration
  1230     ''var'' is not allowed in a compound declaration
  1231 
  1231 
       
  1232 # 0: fragment
       
  1233 compiler.err.invalid.lambda.parameter.declaration=\
       
  1234     invalid lambda parameter declaration\n\
       
  1235     ({0})
       
  1236 
       
  1237 compiler.misc.implicit.and.explicit.not.allowed=\
       
  1238     cannot mix implicitly-typed and explicitly-typed parameters
       
  1239 
       
  1240 compiler.misc.var.and.explicit.not.allowed=\
       
  1241     cannot mix ''var'' and explicitly-typed parameters
       
  1242 
       
  1243 compiler.misc.var.and.implicit.not.allowed=\
       
  1244     cannot mix ''var'' and implicitly-typed parameters
       
  1245 
  1232 compiler.misc.local.cant.infer.null=\
  1246 compiler.misc.local.cant.infer.null=\
  1233     variable initializer is ''null''
  1247     variable initializer is ''null''
  1234 
  1248 
  1235 compiler.misc.local.cant.infer.void=\
  1249 compiler.misc.local.cant.infer.void=\
  1236     variable initializer is ''void''
  1250     variable initializer is ''void''