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