7a4d20b4cf
(cherry picked from commit 970ac5a) #KT-13269 Fixed
7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
class MyClass {
|
|
fun test() {
|
|
<caret>this.test()
|
|
}
|
|
}
|
|
|
|
// EXPECTED: this |