Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
FromLambda.kt
blob: cecb7e9a76312980af5b0911ec66e5aa1a9744b7 [
file
] [
log
] [
blame
]
fun foo
()
{
val z
=
<selection>
123
</
selection
>
val x
:
(
Int
)
->
Int
=
{
123
}
}