71de20b9e6
As the first part of KT-15257 JS: quickfix to migrate from @native to external
7 lines
89 B
Kotlin
Vendored
7 lines
89 B
Kotlin
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
class A
|
|
|
|
<caret>@native("aaaa") fun A.foo(): Int
|