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

7 lines
71 B
Kotlin
Vendored

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