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