Cast Expression Quick-Fix: Convert to Kotlin & refactor. Wrap in delegating quick fix to decrease memory footprint

This commit is contained in:
Alexey Sedunov
2015-12-25 15:32:55 +03:00
parent 63ab9df275
commit 4e54cee693
3 changed files with 41 additions and 103 deletions
@@ -55,8 +55,6 @@ change.primary.constructor.parameter.type=Change parameter ''{0}'' type of prima
change.type=Change type from ''{0}'' to ''{1}''
change.type.family=Change type
change.function.signature=Change the signature of function ''{0}''
cast.expression.to.type=Cast expression ''{0}'' to ''{1}''
cast.expression.family=Cast expression
replace.call.error.skipped.defaults=Cannot skip default arguments.
replace.call.error.undefined.returntype=Unable to determine the return type.