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

7 lines
73 B
Plaintext
Vendored

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