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

7 lines
77 B
Plaintext
Vendored

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