Move await keyword to inside of function and test

This commit is contained in:
dreamran43@gmail.com
2018-12-04 01:19:51 +08:00
parent 0a6380c6df
commit 47302147ab

View File

@@ -16,7 +16,7 @@
verify.completions(
{
marker: ["1", "2"],
includes: "async",
includes: ["async", "await"],
excludes: ["public", "private", "protected", "constructor", "readonly", "static", "abstract", "get", "set"],
},
{ marker: ["3", "4"], exact: completion.classElementKeywords, isNewIdentifierLocation: true },