blob: eda00010cbf9cf9530f0b93a2ad022622feb67ca [file] [log] [blame]
class A {
fun bar() {
}
fun foo() {
<selection>this</selection>.foo()
}
}