9 lines
109 B
Kotlin
Vendored
9 lines
109 B
Kotlin
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
@native
|
|
class B {
|
|
@nat<caret>iveGetter
|
|
fun foo(i: Int): B?
|
|
}
|