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

3 lines
105 B
Plaintext
Vendored

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