e3c9134904
#KT-12515 Fixed
8 lines
273 B
Kotlin
Vendored
8 lines
273 B
Kotlin
Vendored
// "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 |