Files
kotlin-fork/idea/testData/quickfix/migration/jsExternal/nativeInvokeExtensionFunJsRuntime.kt
T
qx c364e79557 Implemented @native-* annotation migration quickfix for extension functions
As the first part of KT-15270 Quickfix to migrate from @native***
2017-05-04 16:11:16 +03:00

7 lines
95 B
Kotlin
Vendored

// "Fix with 'asDynamic'" "true"
// JS
external class B
@native<caret>Invoke
fun B.baz(a: B)