mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
update expected output
This commit is contained in:
@@ -67,12 +67,10 @@
|
||||
| tst.ts:26:15:26:24 | () => void | () => void |
|
||||
| tst.ts:27:5:27:17 | undefinedType | undefined |
|
||||
| tst.ts:28:5:28:12 | nullType | null |
|
||||
| tst.ts:28:22:28:25 | null | null |
|
||||
| tst.ts:29:5:29:13 | neverType | () => never |
|
||||
| tst.ts:29:16:29:26 | () => never | () => never |
|
||||
| tst.ts:30:5:30:14 | symbolType | symbol |
|
||||
| tst.ts:31:7:31:22 | uniqueSymbolType | typeof uniqueSymbolType |
|
||||
| tst.ts:31:41:31:44 | null | null |
|
||||
| tst.ts:32:5:32:14 | objectType | object |
|
||||
| tst.ts:33:5:33:16 | intersection | string & { x: string; } |
|
||||
| tst.ts:33:29:33:29 | x | string |
|
||||
|
||||
Reference in New Issue
Block a user