Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt1899.kt
blob: 92a38e1bd893861fd44c7f1c289379a5841c9a6d [
file
]
fun box
():
String
{
if
(
1
!=
0
)
{
}
return
"OK"
}