Files
kotlin-fork/compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/CompiledClass.kt
T

7 lines
99 B
Kotlin
Vendored

// FILE: KotlinFile.kt
import java.io.File
fun foo(file: File) {
file.absolutePath.length()
}