8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
import java.util
|
|
|
|
class SortedSet
|
|
|
|
fun test() {
|
|
val a = util.SortedSet<caret>
|
|
}
|