bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
96 B
Plaintext
Vendored
8 lines
96 B
Plaintext
Vendored
import java.util
|
|
|
|
class SortedSet
|
|
|
|
fun test(set: SortedSet) {
|
|
val a = util.SortedSet<caret>
|
|
}
|