6 lines
91 B
Kotlin
Vendored
6 lines
91 B
Kotlin
Vendored
import java.io.File
|
|
|
|
internal fun foo(file: File): List<String> {
|
|
return emptyList()
|
|
}
|