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,10 @@
package first
fun firstFun() {
val a = ""
a.hello<caret>
}
// EXIST: helloFun
// EXIST: helloFunPreventAutoInsert
// NUMBER: 2