Skip to content

Commit b14d582

Browse files
Update test/fixtures/typescript/ts/test-invalid-syntax.ts
Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
1 parent f67762a commit b14d582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function foo(): string {
2-
await Promise.resolve(1);
2+
await Promise.resolve(1);
33
}

0 commit comments

Comments
 (0)