Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
psi
/
recovery
/
ForWithoutParamButWithRange.kt
blob: ace3d6f7f84c4ca9e8d16e7d91eaf080dcc2da34 [
file
] [
log
] [
blame
]
fun test
()
{
for
(
in
some
())
{
}
}