9 lines
111 B
Kotlin
Vendored
9 lines
111 B
Kotlin
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
@native
|
|
class B {
|
|
@na<caret>tiveSetter
|
|
fun foo(i: Int, v: B)
|
|
}
|