New J2K: add copy-paste tests for new j2k
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import java.io.File
|
||||
|
||||
internal fun foo(file: File?): List<String> {
|
||||
return emptyList()
|
||||
}
|
||||
Reference in New Issue
Block a user