Files
kotlin-fork/idea/testData/inspectionsLocal/explicitThis/propertyReference.kt
T
2017-12-20 14:16:33 +03:00

7 lines
75 B
Kotlin
Vendored

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