Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertReferenceToLambda
/
static.kt.after
blob: 962c0dadb9ec086850b567b2e46789fd8c87c829 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
val list
=
listOf
(
1
,
2
,
3
).
map
{
Utils
.
foo
(
it
)
}