Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
migration
/
jsExternal
/
funPlacementOnExternalObjectJsRuntime.kt
blob: 0e4a725a437a6bcc8a1709ed4c499e947194b65e [
file
] [
log
] [
blame
]
// "Create member function 'A.foo'" "true"
// JS
external
object
A
fun test
()
{
A
.<
caret
>
foo
()
}