Files
kotlin-fork/idea/testData/intentions/introduceImportAlias/notApplicableThis.kt
T

7 lines
109 B
Kotlin
Vendored

// IS_APPLICABLE: false
class Test {
fun check() {}
fun test2() {
<caret>this.check()
}
}