mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Move await keyword to inside of function and test
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user