Adapted keyword completion to changed parser + more precise completion for modifier keywords

This commit is contained in:
Valentin Kipyatkov
2015-10-10 18:47:48 +03:00
parent f90ff31507
commit 434be3be21
18 changed files with 48 additions and 143 deletions
@@ -2,9 +2,10 @@ fun test(<caret>) {
}
// EXIST: vararg
// EXIST: noinline
// EXIST: crossinline
/* TODO: they all are not correct */
// EXIST: val
// EXIST: var
// EXIST: in
// EXIST: out
// NOTHING_ELSE