KT-1151 Code completion for not imported extension functions - test for completion extension function without params

This commit is contained in:
Nikolay Krasko
2012-02-27 20:30:01 +04:00
parent e6b79debb2
commit 0a669b9c01
13 changed files with 143 additions and 22 deletions
@@ -0,0 +1,13 @@
package first
import java.util.ArrayList
fun firstFun() {
val a = ArrayList<Int>()
a.toLinke<caret>
}
// RUNTIME: 1
// TIME: 2
// EXIST: toLinkedList
// NUMBER: 1