Adapting code completion to no annotations without "@"

This commit is contained in:
Valentin Kipyatkov
2015-10-10 17:58:41 +03:00
parent ddcab047ce
commit f90ff31507
17 changed files with 21 additions and 72 deletions
@@ -1,7 +1,7 @@
annotation class Hello
val v = 1
fun foo(p: String, <caret>) { }
fun foo(p: String, @<caret>) { }
// INVOCATION_COUNT: 1
// EXIST: Hello