Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertReferenceToLambda
/
simple.kt.after
blob: 9adc7eeb5cc29bd9000750b43bff9c19a6ab3e8e [
file
] [
log
] [
blame
]
fun foo
(
y
:
Int
)
=
y
val x
=
{
y
:
Int
->
foo
(
y
)
}