Files
kotlin-fork/nj2k/testData/copyPaste/AddImports.expected.kt
T
Ilya Kirillov f61bb5aa39 New J2K: implement mutability inference in post-processing
#KT-24293 fixed
#KT-19603 fixed
2019-09-10 14:09:26 +03:00

6 lines
102 B
Kotlin
Vendored

import java.io.File
internal fun foo(file: File?): List<String?>? {
return emptyList<String>()
}