KT-1931 Duplicate class from Kotlin runtime in completion

#KT-1931 Fixed
This commit is contained in:
Nikolay Krasko
2012-11-08 16:32:32 +04:00
parent 8bb6b651b0
commit 91f7a094fe
10 changed files with 46 additions and 8 deletions
@@ -0,0 +1,5 @@
class SortedSet
fun test() {
val a = SortedSet<caret>
}