8 lines
134 B
Kotlin
Vendored
8 lines
134 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
import kotlin.properties.Delegates
|
|
|
|
class A {
|
|
val v1: Int by <caret>Delegates.notNull()
|
|
} |