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
+8
@@ -0,0 +1,8 @@
|
||||
// "Convert to notNull delegate" "false"
|
||||
// DISABLE-ERRORS
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make private
|
||||
// ACTION: Remove 'lateinit' modifier
|
||||
// ACTION: Remove explicit type specification
|
||||
// ACTION: Remove initializer from property
|
||||
<caret>lateinit var x: Boolean = true
|
||||
Reference in New Issue
Block a user