Remove "ref" and "default" keywords from completion. Start using tokens for getting keyword completion constants.

This commit is contained in:
Nikolay Krasko
2012-01-25 17:32:59 +04:00
parent 9421475ef4
commit 79d5c2e3ed
4 changed files with 49 additions and 22 deletions
@@ -10,7 +10,6 @@ fun foo() {
// EXIST: catch
// EXIST: class
// EXIST: continue
// EXIST: default
// EXIST: do
// EXIST: else
// EXIST: enum
@@ -35,7 +34,6 @@ fun foo() {
// EXIST: private
// EXIST: protected
// EXIST: public
// EXIST: ref
// EXIST: return
// EXIST: set
// EXIST: super