Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
ThisReference.kt
blob: eda00010cbf9cf9530f0b93a2ad022622feb67ca [
file
] [
log
] [
blame
]
class
A
{
fun bar
()
{
}
fun foo
()
{
<selection>
this
</
selection
>.
foo
()
}
}