JS: Remove declarations of unsupported SortedSet and TreeSet, make toSortedSet() jvm-only.
Fix completion test. Relates to #KT-7480
This commit is contained in:
@@ -6,6 +6,5 @@ fun hello() {
|
||||
val a = So<caret>
|
||||
}
|
||||
|
||||
// EXIST: SortedSet
|
||||
// EXIST_JAVA_ONLY: SortedMap
|
||||
// EXIST_JS_ONLY: JSON
|
||||
|
||||
Reference in New Issue
Block a user