Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkwaiblinger committed May 4, 2024
1 parent 3dd7f67 commit 79fa0f6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,12 @@ x = promiseArray;
},
{
code: `
declare let x: Promise<number>;
x = Promise.resolve(2);
`,
},
{
code: `
declare const promiseArray: Array<Promise<unknown>>;
async function f() {
return promiseArray;
Expand Down

0 comments on commit 79fa0f6

Please sign in to comment.