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