equal
deleted
inserted
replaced
1214 ''var'' is not allowed in a compound declaration |
1214 ''var'' is not allowed in a compound declaration |
1215 |
1215 |
1216 compiler.misc.local.cant.infer.null=\ |
1216 compiler.misc.local.cant.infer.null=\ |
1217 variable initializer is ''null'' |
1217 variable initializer is ''null'' |
1218 |
1218 |
|
1219 compiler.misc.local.cant.infer.void=\ |
|
1220 variable initializer is ''void'' |
|
1221 |
1219 compiler.misc.local.missing.init=\ |
1222 compiler.misc.local.missing.init=\ |
1220 cannot use ''var'' on variable without initializer |
1223 cannot use ''var'' on variable without initializer |
1221 |
1224 |
1222 compiler.misc.local.lambda.missing.target=\ |
1225 compiler.misc.local.lambda.missing.target=\ |
1223 lambda expression needs an explicit target-type |
1226 lambda expression needs an explicit target-type |