Add quick fix for deprecated 'class object' syntax

This commit is contained in:
Pavel V. Talanov
2015-03-06 19:29:17 +03:00
parent 3cfcef9da4
commit 81f9d34d1a
7 changed files with 66 additions and 1 deletions
@@ -179,6 +179,8 @@ options.kotlin.attribute.descriptor.smart.cast=Smart-cast value
options.kotlin.attribute.descriptor.label=Label
change.to.function.invocation=Change to function invocation
migrate.sure=Replace sure() calls by !! in project
migrate.class.object.to.default=Replace 'class' keyword with 'default' modifier
migrate.class.object.to.default.family=Replace 'class' Keyword with 'default' Modifier
remove.val.var.from.parameter=Remove ''{0}'' from parameter
add.override.to.equals.hashCode.toString=Add 'override' to equals, hashCode, toString in project
add.when.else.branch.action.family.name=Add Else Branch