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