Skip to content

Commit 45d64c4

Browse files
committed
JS: Update test output
1 parent 1a0abfa commit 45d64c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

javascript/ql/test/library-tests/TypeScript/Types/tests.expected

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,16 @@ getTypeExprType
861861
| tst.ts:325:30:325:34 | Error | Error |
862862
| tst.ts:331:6:331:16 | FirstString | FirstString<T> |
863863
| tst.ts:331:18:331:18 | T | T |
864+
| tst.ts:332:3:332:3 | T | T |
865+
| tst.ts:332:13:332:50 | [infer ... nown[]] | [S, ...unknown[]] |
866+
| tst.ts:332:14:332:35 | infer S ... string | S |
867+
| tst.ts:332:20:332:20 | S | S |
868+
| tst.ts:332:30:332:35 | string | string |
869+
| tst.ts:332:38:332:49 | ...unknown[] | unknown |
870+
| tst.ts:332:41:332:47 | unknown | unknown |
871+
| tst.ts:332:41:332:49 | unknown[] | unknown[] |
872+
| tst.ts:333:9:333:9 | S | S |
873+
| tst.ts:334:9:334:13 | never | never |
864874
| tst.ts:336:6:336:6 | F | "a" \| "b" |
865875
| tst.ts:336:10:336:20 | FirstString | FirstString<T> |
866876
| tst.ts:336:10:336:50 | FirstSt ... olean]> | "a" \| "b" |

0 commit comments

Comments
 (0)