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