Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
box
/
enum
/
toString.kt
blob: b4890365b12e4c3b612ff3f442455592d68608c5 [
file
]
enum
class
State
{
O
,
K
}
fun box
()
=
"${State.O}${State.K}"