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