Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
noParOnLoop.kt
blob: 055e043e1bd0016a999e69960ac59535e1f0d606 [
file
]
fun foo
()
{
for
(
i
in
1.
.
100
)
{
}.
par
<caret>
}