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

7 lines
69 B
Plaintext
Vendored

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