Files
kotlin-fork/idea/testData/completion/handlers/InsertJavaClassImport.kt
T
Nikolay Krasko bd1bb1f0bd - Tests for KT-1051, KT-1151 and KT-1100
- Icon for java fake class
2012-02-03 16:05:30 +04:00

7 lines
73 B
Kotlin

package testing
fun other() {
SortedS<caret>
}
// INSERT: SortedSet