i18n: fix bundle messages/testData messages where necessary
This commit is contained in:
committed by
Dmitry Gridin
parent
e1cb561398
commit
1dded486f1
+2
-2
@@ -19,5 +19,5 @@ error.coroutine.context.unavailable='coroutineContext' is not available
|
||||
error.not.captured=''{0}'' is not captured
|
||||
error.cant.find.backing.field=Cannot find the backing field ''{0}''
|
||||
error.parameter.evaluation.default.methods=Parameter evaluation is not supported for '$default' methods
|
||||
error.cant.find.variable=Can not find local variable ''{0}'' with type {1}
|
||||
error.cant.find.class=Can not find class ''{0}'' in the current ClassLoader
|
||||
error.cant.find.variable=Cannot find local variable ''{0}'' with type {1}
|
||||
error.cant.find.class=Cannot find class ''{0}'' in the current ClassLoader
|
||||
Reference in New Issue
Block a user