Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt47245.kt
blob: 4711c011c0f1fffc6b1ec1b34cbf9ed3554c37a6 [
file
]
// IGNORE_BACKEND: JVM
fun box
():
String
{
for
(
i
in
0.
.
0
)
fun
()
{}
return
"OK"
}