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