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