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