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