Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
thisAsCallee.kt
blob: 2269f2e55d23c6d9cdb18f34a2e9f293d48aa787 [
file
]
fun
(
String
.()
->
String
).
foo
(
x
:
String
)
{
x
.<
selection
>
this
</
selection
>()
x
.
this
@foo
()
val t
=
this
val tt
=
this
@foo
}