Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
classes
/
classObjectNotOfEnum.kt
blob: 7e90287af98545d7aa033ed32b1f421d643dff30 [
file
]
// IGNORE_BACKEND_FIR: JVM_IR
class
A
{
companion
object
{
fun values
()
=
"O"
fun valueOf
()
=
"K"
}
}
fun box
()
=
A
.
values
()
+
A
.
valueOf
()