7 lines
126 B
Kotlin
Vendored
7 lines
126 B
Kotlin
Vendored
fun File(p: Int): String = ""
|
|
fun File(p: String): String = ""
|
|
|
|
class A {
|
|
val x = <selection>java.io.File()</selection>
|
|
}
|