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