Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f9ad0c0bf79eab445d91c2baa5ab471640e811f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
native
/
noBody.kt
blob: 4be6a84eb2e60544874ba051ad4916cb66038b92 [
file
]
// FIR_IDENTICAL
import
kotlin
.
jvm
.*
external fun foo
()
class
C
{
external fun foo
()
companion
object
{
external fun foo
()
}
}
object
O
{
external fun foo
()
}
fun test
()
{
class
Local
{
external fun foo
()
}
object
{
external fun foo
()
}
}