Skip to content

Commit 5ced4c4

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixFindAllRefForSalsa
2 parents 646e46e + 6648403 commit 5ced4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/asyncImportedPromise_es6.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ tests/cases/conformance/async/es6/test.ts(3,25): error TS1064: The return type o
99
class Test {
1010
async example<T>(): Task<T> { return; }
1111
~~~~~~~
12-
!!! error TS1064: The return type of an async function or method must be the global Promise<T>.
12+
!!! error TS1064: The return type of an async function or method must be the global Promise<T> type.
1313
}

0 commit comments

Comments
 (0)