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 @@
|
||||
import kotlin.properties.Delegates
|
||||
|
||||
// "Convert to notNull delegate" "true"
|
||||
// WITH_RUNTIME
|
||||
var x by Delegates.notNull<Int>()
|
||||
Reference in New Issue
Block a user