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