71de20b9e6
As the first part of KT-15257 JS: quickfix to migrate from @native to external
9 lines
140 B
Plaintext
Vendored
9 lines
140 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
class A
|
|
|
|
@JsName("aaaa")
|
|
@Suppress("NOTHING_TO_INLINE")
|
|
inline fun A.foo(): Int = asDynamic().foo()
|