Remove "ref" and "default" keywords from completion. Start using tokens for getting keyword completion constants.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user