Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
recovery
/
ForEmptyWithoutBody.kt
blob: ee39105562d48bcd3b0f3b2cdbcbcd00276f9ee6 [
file
] [
log
] [
blame
]
fun test
():
Int
{
for
()
return
1
}