Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba7408d3d74ab8d6daab9b9264946a35f2ae9dca
/
.
/
native
/
native.tests
/
testData
/
klib
/
dump-metadata
/
Objects.kt
blob: 84a810d567171e206796283ec48331cb640f327d [
file
]
// B.Companion and B.C are serialized in a different order in K1 and K2
object
A
{
fun a
()
{}
}
class
B
{
companion
object
{
fun b
()
{}
}
object
C
{
fun c
()
{}
}
}
class
D
{
companion
object
E
{
fun e
()
{}
}
}