File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
javascript/ql/test/library-tests/TypeScript/Types Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -861,6 +861,16 @@ getTypeExprType
861
861
| tst.ts:325:30:325:34 | Error | Error |
862
862
| tst.ts:331:6:331:16 | FirstString | FirstString<T> |
863
863
| 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 |
864
874
| tst.ts:336:6:336:6 | F | "a" \| "b" |
865
875
| tst.ts:336:10:336:20 | FirstString | FirstString<T> |
866
876
| tst.ts:336:10:336:50 | FirstSt ... olean]> | "a" \| "b" |
You can’t perform that action at this time.
0 commit comments