Files
kotlin-fork/idea/testData/quickfix/migration/jsExternal/nativeMemberInvokeGenericFun.kt
T

9 lines
106 B
Kotlin
Vendored

// "Fix with 'asDynamic'" "true"
// JS
@native
class B {
@nat<caret>iveInvoke
fun<T> exp(t: T)
}