Files
kotlin-fork/idea/testData/shortenRefs/constructor/LeaveQualified4.kt.todo
T

5 lines
86 B
Plaintext
Vendored

fun foo(){
val Random = 1
val x = <selection>java.util.Random()</selection>
}