Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
migration
/
jsExternal
/
nativeGetterExtensionFunJsRuntime.kt.after
blob: a7445ccf5c23a96357479cc68fffa5e5d0482f00 [
file
] [
log
] [
blame
]
// "Fix with 'asDynamic'" "true"
// JS
external
class
B
@Suppress
(
"NOTHING_TO_INLINE"
)
inline
fun B
.
boo
(
i
:
Int
):
B
?
=
asDynamic
()[
i
]