Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt2597.kt
blob: fa027b9d0cf53aa484f67072f6600025fee0c31d [
file
]
fun box
():
String
{
var
i
=
0
{
if
(
1
==
1
)
{
i
++
}
else
{
}
}.
let
{
it
()
}
return
"OK"
}