Adapted keyword completion to changed parser + more precise completion for modifier keywords
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user