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