Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertToForEachFunctionCall
/
endOfLineComment1.kt.after
blob: e19b46feea9cee127a97cbf72859fa55f99a364e [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun test
()
{
listOf
(
1
,
2
).
forEach
{
l
->
// comment
}
}