17a8fd2c0b
So that all irText tests could be found in one place
11 lines
199 B
Kotlin
Vendored
11 lines
199 B
Kotlin
Vendored
fun test(d: dynamic): dynamic {
|
|
return { // BLOCK
|
|
val tmp0_elvis_lhs: dynamic = d
|
|
when {
|
|
EQEQ(arg0 = tmp0_elvis_lhs, arg1 = null) -> "other"
|
|
else -> tmp0_elvis_lhs
|
|
}
|
|
}
|
|
}
|
|
|