Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
It.kt
blob: 58655fdf12a8e44ad44767d04bdb8d6c2bff60fb [
file
] [
log
] [
blame
]
fun a
(
op
:
(
Int
)
->
Int
)
{}
fun b
()
{
a
{
it
}
a
{
<selection>
it
</
selection
>
}
}