c364e79557
As the first part of KT-15270 Quickfix to migrate from @native***
9 lines
135 B
Plaintext
Vendored
9 lines
135 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
external class B
|
|
|
|
@Suppress("NOTHING_TO_INLINE")
|
|
inline fun B.baz(a: B) {
|
|
asDynamic()(a)
|
|
} |