8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
import java.io
|
|
|
|
fun File(): String = ""
|
|
|
|
class A {
|
|
val x = io.File()
|
|
}
|