6 lines
64 B
Plaintext
Vendored
6 lines
64 B
Plaintext
Vendored
fun File(): String = ""
|
|
|
|
class A {
|
|
val x = java.io.File()
|
|
}
|