Files
kotlin-fork/idea/testData/completion/handlers/InsertFqnForJavaClass.kt
T
2012-11-09 14:49:25 +04:00

6 lines
59 B
Kotlin

class SortedSet
fun test() {
val a = SortedSet<caret>
}