c364e79557
As the first part of KT-15270 Quickfix to migrate from @native***
7 lines
103 B
Kotlin
Vendored
7 lines
103 B
Kotlin
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
external class B
|
|
|
|
@<caret>nativeSetter
|
|
fun B.boo(i: Int, v: B) |