KT-1931 Duplicate class from Kotlin runtime in completion
#KT-1931 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class SortedSet
|
||||
|
||||
fun test() {
|
||||
val a = SortedSet<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user