Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
()
}
}