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