Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
enum
/
innerWithExistingClassObject.kt
blob: d0fe0d390ba57d17d2fe53bf73710777a600fe66 [
file
]
// IGNORE_BACKEND_FIR: JVM_IR
class
A
{
companion
object
{}
enum
class
E
{
OK
}
}
fun box
()
=
A
.
E
.
OK
.
toString
()