Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
codegen
/
box
/
enum
/
innerWithExistingClassObject.kt
blob: 4a1978b8b25beb266a51fd4838a2d8aaf307297f [
file
]
// KT-55828
// IGNORE_BACKEND_K2: NATIVE
class
A
{
companion
object
{}
enum
class
E
{
OK
}
}
fun box
()
=
A
.
E
.
OK
.
toString
()