7 lines
109 B
Kotlin
Vendored
7 lines
109 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class Test {
|
|
fun check() {}
|
|
fun test2() {
|
|
<caret>this.check()
|
|
}
|
|
} |