Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
psi
/
TripleDot.kt
blob: 1a7964a77c2e60ca26ce20324fc88cb456cf93bb [
file
] [
log
] [
blame
]
...
fun foo
()
{
for
(
i
in
1.
..
2
)
{
}
for
(
i
in
1.
.
.
2
)
{
}
}