More correct completion testing + fixed small bug in keyword completion

This commit is contained in:
Valentin Kipyatkov
2014-09-19 21:31:50 +04:00
committed by valentin
parent afbd1aeffc
commit e6ea0537c8
28 changed files with 131 additions and 106 deletions
@@ -5,7 +5,7 @@ class TestClass {
}
// ABSENT: abstract, annotation, as, break, by, catch, class, continue, default, do
// ABSENT: else, enum, false, final, finally, for, fun, get, if, import, in, inline
// ABSENT: else, enum, false, final, finally, for, fun, get, if, import, in
// ABSENT: internal, is, null, object, open, out, override, package, private, protected, public
// ABSENT: ref, return, set, super, This, this, throw, trait, true, try, type, val, var
// ABSENT: vararg, when, where, while