Move await keyword to inside of function and test

This commit is contained in:
dreamran43@gmail.com
2018-12-04 12:39:31 -08:00
committed by Sheetal Nandi
parent d71d6835dc
commit 3a76e9fbc8
@@ -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 },