c364e79557
As the first part of KT-15270 Quickfix to migrate from @native***
7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
external class B
|
|
|
|
@native<caret>Invoke
|
|
fun B.baz(a: B) |