Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt958.kt
blob: f32079bfb69c746be47da125469e40b7144efcc8 [
file
]
fun test
()
=
239
fun box
()
=
if
(
test
()
in
239.
.
240
)
"OK"
else
"fail"