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