KT-1755 Duplicates in completion

#KT-1755 fixed
This commit is contained in:
Nikolay Krasko
2012-04-11 17:53:51 +04:00
parent c2dcdbe29f
commit 26b47c0180
16 changed files with 200 additions and 123 deletions
@@ -9,5 +9,6 @@ fun firstFun() {
// RUNTIME: 1
// TIME: 1
// EXIST: toLinkedList
// NUMBER: 3
// EXIST: toLinkedList~() defined in kotlin
// EXIST: toLinkedList~() defined in kotlin.nullable
// NUMBER: 2
@@ -0,0 +1,12 @@
package testing
class Testing {
}
fun firstFun() {
Testin<caret>
}
// TIME: 1
// EXIST: Testing
// NUMBER: 1