fun test(d: dynamic): dynamic { return { // BLOCK val tmp_0: dynamic = d when { EQEQ(arg0 = tmp_0, arg1 = null) -> "other" else -> tmp_0 } } }