Add intention to expand boolean expression
#KT-38597 Fixed
This commit is contained in:
committed by
igoriakovlev
parent
f005091dfb
commit
343af60cb4
@@ -2212,6 +2212,7 @@ codestyle.name.kotlin=Kotlin
|
||||
add.missing.class.keyword=Add missing 'class' keyword
|
||||
fix.move.typealias.to.top.level=Move typealias to top level
|
||||
fix.change.jvm.name=Change JVM name
|
||||
expand.boolean.expression.to.if.else=Expand boolean expression to 'if else'
|
||||
inspection.logger.initialized.with.foreign.class.display.name=Logger initialized with foreign class
|
||||
logger.initialized.with.foreign.class=Logger initialized with foreign class ''{0}''
|
||||
logger.factory.method.name=Logger factory method name
|
||||
|
||||
Reference in New Issue
Block a user