c364e79557
As the first part of KT-15270 Quickfix to migrate from @native***
7 lines
135 B
Plaintext
Vendored
7 lines
135 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
external class B
|
|
|
|
@Suppress("NOTHING_TO_INLINE")
|
|
inline fun B.boo(i: Int): B? = asDynamic()[i] |