Files
kotlin-fork/idea/testData/intentions/usePropertyAccessSyntax/getImplicitReceiver.kt.after
T

6 lines
79 B
Plaintext
Vendored

// WITH_RUNTIME
import java.io.File
fun File.foo() {
absolutePath<caret>
}