Files
kotlin-fork/idea/testData/shortenRefs/constructor/LeaveQualified1.kt.after
T
2015-09-18 21:00:20 +03:00

6 lines
64 B
Plaintext
Vendored

fun File(): String = ""
class A {
val x = java.io.File()
}