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

5 lines
87 B
Kotlin
Vendored

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