9 lines
139 B
Plaintext
Vendored
9 lines
139 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
external class B {
|
|
}
|
|
|
|
@Suppress("NOTHING_TO_INLINE")
|
|
inline fun B.foo(i: Int): B? = asDynamic()[i]
|