/third_party/typescript/tests/cases/conformance/es6/modules/ |
D | exportSpellingSuggestion.ts | 2 export function assertNever(x: never, msg: string) { function
|
/third_party/typescript/tests/baselines/reference/ |
D | exportSpellingSuggestion.js | 4 export function assertNever(x: never, msg: string) { function
|
D | recursiveArrayNotCircular.js | 47 function assertNever(a) { function
|
D | discriminantElementAccessCheck.js | 13 function assertNever(x: never) { function
|
D | booleanLiteralTypes1.js | 127 function assertNever(x) { function
|
D | booleanLiteralTypes2.js | 127 function assertNever(x) { function
|
D | stringEnumLiteralTypes2.js | 134 function assertNever(x) { function
|
D | discriminatedUnionTypes1.js | 167 function assertNever(x) { function
|
D | stringEnumLiteralTypes1.js | 134 function assertNever(x) { function
|
D | enumLiteralTypes1.js | 161 function assertNever(x) { function
|
D | enumLiteralTypes2.js | 161 function assertNever(x) { function
|
D | numericLiteralTypes1.js | 187 function assertNever(x) { function
|
D | numericLiteralTypes2.js | 187 function assertNever(x) { function
|
/third_party/typescript/tests/cases/compiler/ |
D | discriminantElementAccessCheck.ts | 12 function assertNever(x: never) { function
|
D | recursiveArrayNotCircular.ts | 16 function assertNever(a: never): never { function
|
D | narrowingByTypeofInSwitch.ts | 3 function assertNever(x: never) { function
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | booleanLiteralTypes2.ts | 43 function assertNever(x: never): never { function
|
D | booleanLiteralTypes1.ts | 41 function assertNever(x: never): never { function
|
D | stringEnumLiteralTypes2.ts | 47 function assertNever(x: never): never { function
|
D | stringEnumLiteralTypes1.ts | 45 function assertNever(x: never): never { function
|
D | enumLiteralTypes1.ts | 59 function assertNever(x: never): never { function
|
D | enumLiteralTypes2.ts | 61 function assertNever(x: never): never { function
|
D | numericLiteralTypes1.ts | 64 function assertNever(x: never): never { function
|
D | numericLiteralTypes2.ts | 66 function assertNever(x: never): never { function
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | discriminatedUnionTypes1.ts | 42 function assertNever(x: never): never { function
|