fun foo() { var a: Boolean? = null if (a ?: false) { } }