26 lines
1.4 KiB
Properties
26 lines
1.4 KiB
Properties
surround.with.runtime.type.cast.template=(expr as RuntimeType)
|
|
|
|
j2k.expression=Convert Java expression to Kotlin in Evaluate Expression
|
|
|
|
error.suspend.calls.not.supported=Evaluation of 'suspend' calls is not supported
|
|
error.nothing.initialization='Nothing' can't be instantiated
|
|
error.crossinline.lambda.evaluation=Evaluation of 'crossinline' lambdas is not supported
|
|
|
|
error.cant.evaluate=Can not evaluate the expression
|
|
error.bad.context=Couldn't evaluate Kotlin expression in this context
|
|
error.dumb.mode=Code fragment evaluation is not available in the dumb mode
|
|
error.thread.unavailable=Cannot evaluate a code fragment: thread is not available
|
|
error.thread.not.suspended=Evaluation is available only for the suspended threads
|
|
error.creating.class.loader=Error creating evaluation class loader: {0}
|
|
error.class.definition=Error during classes definition: {0}
|
|
error.exception.occurred=An exception occurred
|
|
|
|
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=Cannot find local variable ''{0}'' with type {1}
|
|
error.cant.find.class=Cannot find class ''{0}'' in the current ClassLoader
|
|
java.field=Java field
|
|
backing.field=Backing field
|
|
wrap.with.tostring=Wrap with 'toString()' |