8 lines
114 B
Kotlin
Vendored
8 lines
114 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// FILE: KotlinFile.kt
|
|
import java.io.File
|
|
|
|
fun foo(file: File) {
|
|
file.absolutePath.length
|
|
}
|