Skip to content

Commit a446c54

Browse files
committed
JS: Update test output
1 parent 799d92b commit a446c54

File tree

1 file changed

+15
-0
lines changed
  • javascript/ql/test/library-tests/TypeScript/RegressionTests/GenericTypeAlias

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
typeAliases
2+
| tst.ts:1:8:1:41 | type Fo ... R \| A>; |
3+
| tst.ts:3:8:3:42 | type Ba ... R, A]>; |
4+
| tst.ts:5:8:5:47 | type Ba ... => A>; |
5+
typeAliasType
6+
| tst.ts:1:8:1:41 | type Fo ... R \| A>; | Foo<R> |
7+
| tst.ts:3:8:3:42 | type Ba ... R, A]>; | Bar<R> |
8+
| tst.ts:5:8:5:47 | type Ba ... => A>; | Baz<R> |
9+
getAliasedType
10+
| Bar<R> | <A>() => Bar<[R, A]> |
11+
| Bar<[R, A]> | <A>() => Bar<[[R, A], A]> |
12+
| Baz<(x: R) => A> | <A>() => Baz<(x: (x: R) => A) => A> |
13+
| Baz<R> | <A>() => Baz<(x: R) => A> |
14+
| Foo<R \| A> | <A>() => Foo<R \| A> |
15+
| Foo<R> | <A>() => Foo<R \| A> |

0 commit comments

Comments
 (0)