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