Fix in keyword completion

This commit is contained in:
Valentin Kipyatkov
2014-10-15 12:59:59 +04:00
parent 8e1a89230e
commit 96a5e573c3
2 changed files with 13 additions and 7 deletions
@@ -2,10 +2,5 @@ class Test {
class <caret>
}
/*TODO: should be only 'object'*/
// EXIST: class
// EXIST: fun
// EXIST: object
// EXIST: trait
// EXIST: val
// NUMBER: 5
// NUMBER: 1