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

8 lines
114 B
Kotlin
Vendored

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