6 lines
73 B
Kotlin
6 lines
73 B
Kotlin
class SortedSet
|
|
|
|
fun test(set: SortedSet) {
|
|
val a = SortedSet<caret>
|
|
}
|