Inspection: convert initialized val to non-null type

^KT-35757 Fixed
This commit is contained in:
kvirolainen
2020-09-03 16:29:45 +02:00
committed by Vladimir Dolzhenko
parent 8b28e54584
commit 18fbf5729d
13 changed files with 149 additions and 0 deletions
@@ -2000,6 +2000,7 @@ action.ConfigureKotlinInProject.text=Configure Kotlin in Project
action.KotlinConsoleREPL.text=Kotlin REPL
action.LibraryToSourceDependencySupportToggleAction.text=Toggle library to source dependency support
inspection.convert.initialized.val.to.non.null.type.display.name=Convert initialized 'val' to non-null type
inspection.unused.unary.operator.display.name=Unused unary operator
inspection.incomplete.destructuring.declaration.display.name=Incomplete destructuring declaration
inspection.replace.guard.clause.with.function.call.display.name=Replace guard clause with kotlin's function call