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