Revert back Inspection: convert initialized val to non-null type
Relates to ^KT-35757 Relates to ^KT-19321
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports nullable type of initialized 'val' should be converted into non-nullable type.
|
||||
</body>
|
||||
</html>
|
||||
@@ -1359,8 +1359,6 @@ condition.is.always.0=Condition is always ''{0}''
|
||||
remove.fix.text=Delete expression
|
||||
simplify.fix.text=Simplify expression
|
||||
0.has.empty.body=''{0}'' has empty body
|
||||
initialized.val.should.be.converted.to.non.null.type=Initialized ''val'' should be converted to non-null type
|
||||
convert.initialized.val.to.non.null.type.quick.fix.text=Convert initialized ''val'' to non-null type
|
||||
convert.na.n.equality.quick.fix.text=Replace with 'isNaN()'
|
||||
equality.check.with.nan.should.be.replaced.with.isnan=Equality check with NaN should be replaced with 'isNaN()'
|
||||
convert.pair.constructor.to.to.fix.text=Convert to 'to'
|
||||
@@ -2001,7 +1999,7 @@ action.ConfigureKotlinJsInProject.text=Configure Kotlin (JavaScript) in Project
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user