Files
kotlin-fork/idea/testData/quickfix/migration/jsExternal/nativeExtensionFunJsName.kt
T
qx 71de20b9e6 Retain javascript name from @native annotation
As the first part of KT-15257 JS: quickfix to migrate from @native to external
2017-05-04 16:11:16 +03:00

7 lines
89 B
Kotlin
Vendored

// "Fix with 'asDynamic'" "true"
// JS
class A
<caret>@native("aaaa") fun A.foo(): Int