Add quickfix for usages of javaClass<T>() in annotations loaded from Java
This commit is contained in:
@@ -328,6 +328,12 @@ make.type.implicit.in.lambda.family=Make Types Implicit In Lambda (May Break Cod
|
||||
invert.if.condition=Invert If Condition
|
||||
invert.if.condition.family=Invert If Condition
|
||||
|
||||
replace.java.class.argument=Replace javaClass<T>() with T::class
|
||||
replace.java.class.argument.family=Replace javaClass<T>() with T::class
|
||||
replace.java.class.argument.in.whole.project=Replace javaClass<T>() with T::class in whole project
|
||||
replace.java.class.argument.in.whole.project.family=Replace javaClass<T>() with T::class in whole project
|
||||
replace.java.class.argument.in.whole.project.modal.title=Replacing javaClass<T>() with T::class in whole project
|
||||
|
||||
property.is.implemented.too.many=Has implementations
|
||||
property.is.overridden.too.many=Is overridden in subclasses
|
||||
property.is.implemented.header=Is implemented in <br/>
|
||||
|
||||
Reference in New Issue
Block a user