Add "Convert to notNull delegate" quick fix for INAPPLICABLE_LATEINIT_MODIFIER
#KT-12515 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
b3b7e26985
commit
e3c9134904
+5
@@ -0,0 +1,5 @@
|
||||
// "Convert to notNull delegate" "false"
|
||||
// ACTION: Convert to nullable var
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
<caret>lateinit var x: String
|
||||
Reference in New Issue
Block a user