Files
kotlin-fork/idea/testData/quickfix/migration/jsExternal/nativeGetterExtensionFunJsRuntime.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
101 B
Kotlin
Vendored

// "Fix with 'asDynamic'" "true"
// JS
external class B
@<caret>nativeGetter
fun B.boo(i: Int): B?