Add quick fix for deprecated 'class object' syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user