Files
kotlin-fork/idea/testData/intentions/removeRedundantCallsOfConversionMethods/sortedSet.kt
T
2016-10-17 12:05:18 +03:00

3 lines
126 B
Kotlin
Vendored

// WITH_RUNTIME
// sortedSetOf returns TreeSet not SortedSet
val foo = sortedSetOf(1, 2, 3).toSortedSet().toSortedSet()<caret>