Not imported extension functions are always listed in code completion

This commit is contained in:
Valentin Kipyatkov
2015-03-31 18:40:30 +03:00
parent c54541b269
commit b45b462bdf
2 changed files with 11 additions and 12 deletions
@@ -2,7 +2,7 @@ package first
fun firstFun() {
val a = ""
a.hello<caret>
a.<caret>
}
// EXIST: helloFun