fun foo() { val a = java.lang.Boolean.valueOf("true") if (a ?: false) {} }