Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
indentationOnNewline
/
controlFlowConstructions
/
ForWithCondition.kt
blob: 0c33f11533a046745cf1801890088bb51165031e [
file
] [
log
] [
blame
]
fun some
()
{
for
<caret>
(
var
i
in
1.
.
10
)
{
}
}