Allow built in types to show up in the completion list as keywords instead of types

This commit is contained in:
Mohamed Hegazy 2014-09-15 12:53:16 -07:00
parent 3667c6a43e
commit cb30eaf8b1

View file

@ -6,4 +6,4 @@ diagnostics.setEditValidation(IncrementalEditValidation.None);
goTo.marker();
verify.not.completionListIsEmpty();
edit.insert("nu");
verify.completionListContains("number", undefined, undefined, undefined, "primitive type");
verify.completionListContains("number", undefined, undefined, undefined, "keyword");