Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
inspectionsLocal
/
moveSuspiciousCallableReferenceIntoParentheses
/
normal.kt.after
blob: 2de927b96728de71c8841c74dbdf2443544c47e5 [
file
]
// WITH_RUNTIME
fun foo
()
{
listOf
(
1
,
2
,
3
).
map
(
Int
::
toString
)
}