Files
kotlin-fork/idea/testData/inspectionsLocal/implicitThis/property.kt.after
T

7 lines
74 B
Plaintext
Vendored

class Foo {
val s = ""
fun test() {
<caret>this.s
}
}