17a8fd2c0b
So that all irText tests could be found in one place
9 lines
115 B
Kotlin
Vendored
9 lines
115 B
Kotlin
Vendored
fun test1(d: dynamic): dynamic {
|
|
return d.foo(123)
|
|
}
|
|
|
|
fun test2(d: dynamic): dynamic {
|
|
return d.invoke(123)
|
|
}
|
|
|