6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
// FULL_JDK
|
|
|
|
import java.util.*
|
|
|
|
val x: SortedSet<Int> = TreeSet()
|