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