J2K: adapted for default visibility modifier 'public'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import java.io.File
|
||||
|
||||
fun foo(file: File): List<String> {
|
||||
internal fun foo(file: File): List<String> {
|
||||
return emptyList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user