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

6 lines
84 B
Kotlin
Vendored

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