blob: ec2a5438b223e75aa9a12b5ab6bfdde6c71371bc [file]
import kotlin.properties.Delegates
// "Convert to notNull delegate" "true"
// WITH_RUNTIME
var x by Delegates.notNull<Int>()