d7e79e7f28
#KT-8324 Fixed
9 lines
99 B
Kotlin
Vendored
9 lines
99 B
Kotlin
Vendored
class A {
|
|
fun bar() {
|
|
|
|
}
|
|
|
|
fun foo() {
|
|
<selection>this</selection>.foo()
|
|
}
|
|
} |