Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
soutInLoop.kt
blob: 908bb4163ea3c2b024557ff6d3aaa75be1d64037 [
file
]
fun foo
()
{
for
(
i
in
1.
.
9
)
i
.
sout
<caret>
}