e3c9134904
#KT-12515 Fixed
7 lines
206 B
Kotlin
Vendored
7 lines
206 B
Kotlin
Vendored
// "Convert to notNull delegate" "false"
|
|
// DISABLE-ERRORS
|
|
// ACTION: Make internal
|
|
// ACTION: Make not-nullable
|
|
// ACTION: Make private
|
|
// ACTION: Remove 'lateinit' modifier
|
|
<caret>lateinit var x: Boolean? |