// IS_APPLICABLE: false // WITH_RUNTIME import kotlin.properties.Delegates class A { val v1: Int by Delegates.notNull() }