Files
kotlin-fork/idea/testData/completion/handlers/InsertFqnForJavaClass.kt
T
Valentin Kipyatkov 033b626a08 Fixed test data
2015-02-09 13:02:04 +03:00

6 lines
73 B
Kotlin

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