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