blob: d2886babc636b7d1c792ff2b78b294ce8238a59d [file] [log] [blame]
// IS_APPLICABLE: false
// WITH_RUNTIME
import kotlin.properties.Delegates
class A {
val v1: Int by <caret>Delegates.notNull()
}