Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt1742.kt
blob: 6e950e30e413a5b1df5dc4cdc0a5d237fbf0853a [
file
]
fun box
():
String
{
val x
=
2
return
when
(
x
)
{
in
(
1.
.
3
)
->
"OK"
else
->
"fail"
}
}