Skip to content

Commit 4730214

Browse files
committed
Move await keyword to inside of function and test
1 parent 0a6380c commit 4730214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionInFunctionLikeBody.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
verify.completions(
1717
{
1818
marker: ["1", "2"],
19-
includes: "async",
19+
includes: ["async", "await"],
2020
excludes: ["public", "private", "protected", "constructor", "readonly", "static", "abstract", "get", "set"],
2121
},
2222
{ marker: ["3", "4"], exact: completion.classElementKeywords, isNewIdentifierLocation: true },

0 commit comments

Comments
 (0)