File tree Expand file tree Collapse file tree 2 files changed +539
-30
lines changed
javascript/ql/test/library-tests/TypeScript Expand file tree Collapse file tree 2 files changed +539
-30
lines changed Original file line number Diff line number Diff line change 4
4
| tst.ts:55:3:55:27 | obj.ove ... od(num) | (x: number): number | 0 |
5
5
| tst.ts:56:3:56:27 | obj.ove ... od(str) | (x: string): string | 1 |
6
6
| tst.ts:57:3:57:26 | obj.ove ... hod([]) | (x: any): any | 2 |
7
- | tst.ts:58:3:58:36 | obj.gen ... ([num]) | (x: number[]): T | 0 |
8
- | tst.ts:59:3:59:39 | obj.gen ... : str}) | (x: Box<string>): T | 1 |
7
+ | tst.ts:58:3:58:36 | obj.gen ... ([num]) | (x: number[]): number | 0 |
8
+ | tst.ts:59:3:59:39 | obj.gen ... : str}) | (x: Box<string>): string | 1 |
9
9
| tst.ts:60:3:60:34 | obj.gen ... od(num) | (x: any): any | 2 |
10
10
| tst.ts:64:3:64:23 | obj.sim ... od(str) | (x: string): number | 0 |
11
11
| tst.ts:65:3:65:24 | obj.gen ... od(str) | (x: string): string | 0 |
12
12
| tst.ts:66:3:66:24 | obj.gen ... od(num) | (x: number): number | 0 |
13
13
| tst.ts:67:3:67:27 | obj.ove ... od(num) | (x: number): number | 0 |
14
14
| tst.ts:68:3:68:27 | obj.ove ... od(str) | (x: string): string | 1 |
15
- | tst.ts:69:3:69:36 | obj.gen ... ([num]) | (x: number[]): T | 0 |
16
- | tst.ts:70:3:70:39 | obj.gen ... : str}) | (x: Box<string>): T | 1 |
15
+ | tst.ts:69:3:69:36 | obj.gen ... ([num]) | (x: number[]): number | 0 |
16
+ | tst.ts:70:3:70:39 | obj.gen ... : str}) | (x: Box<string>): string | 1 |
17
17
| tst.ts:74:3:74:28 | new Sim ... or(str) | new (x: string): SimpleConstructor | 0 |
18
18
| tst.ts:75:3:75:29 | new Gen ... or(str) | new (x: string): GenericConstructor<string> | 0 |
19
19
| tst.ts:76:3:76:29 | new Gen ... or(num) | new (x: number): GenericConstructor<number> | 0 |
You can’t perform that action at this time.
0 commit comments