Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
forOnString.kt.after
blob: 55c5494fa86d5125af1211c30142076a3b4f6736 [
file
] [
log
] [
blame
]
fun foo
(
list
:
List
<
String
>)
{
for
(
c
in
list
[
0
])
{
<caret>
}
}