a1f1716044
Also #KT-12625 Fixed
3 lines
126 B
Kotlin
Vendored
3 lines
126 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// sortedSetOf returns TreeSet not SortedSet
|
|
val foo = sortedSetOf(1, 2, 3).toSortedSet().toSortedSet()<caret> |