/third_party/typescript/tests/cases/conformance/salsa/ |
D | inferingFromAny.ts | 22 declare function f15<T>(x: I<T>): T; function
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringObjectLiteralPattern2.ts | 5 function f15() { function
|
D | declarationEmitDestructuringObjectLiteralPattern.ts | 13 function f15() { function
|
D | controlFlowArrays.ts | 149 function f15() { function
|
D | functionsMissingReturnStatementsAndExpressions.ts | 74 function f15(): number { function
|
/third_party/typescript/tests/baselines/reference/ |
D | disallowLineTerminatorBeforeArrow.js | 45 var f15 = (a: number): number /* */ => a variable 123 var f15 = function (a) { return a; }; function
|
D | declarationEmitDestructuringObjectLiteralPattern2.js | 4 function f15() { function
|
D | controlFlowArrays.js | 147 function f15() { function
|
D | numericLiteralTypes1.js | 111 function f15(x: 0 | false, y: 1 | "one") { function
|
D | numericLiteralTypes2.js | 111 function f15(x: 0 | false, y: 1 | "one") { function
|
D | functionsMissingReturnStatementsAndExpressions.js | 187 function f15() { function
|
D | strictBindCallApply1.js | 45 let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded variable
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | declarationsAndAssignments.ts | 112 function f15() { function
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 46 let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded variable
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | numericLiteralTypes1.ts | 110 function f15(x: 0 | false, y: 1 | "one") { function
|
D | numericLiteralTypes2.ts | 112 function f15(x: 0 | false, y: 1 | "one") { function
|
/third_party/typescript/tests/cases/conformance/es6/arrowFunction/ |
D | disallowLineTerminatorBeforeArrow.ts | 44 var f15 = (a: number): number /* */ => a variable
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/ |
D | parser.asyncGenerators.functionDeclarations.es2018.ts | 59 async function * f15() { generator
|
D | parser.asyncGenerators.functionExpressions.es2018.ts | 59 const f15 = async function * () { constant
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | discriminatedUnionTypes2.ts | 40 function f15(x: Result<number>) { function
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters1.ts | 82 declare function f15(a: string, b: number): string | number; function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypesOfTypeParameterWithConstraints2.ts | 111 function f15<T extends C2<number>>(x: T) { function
|
D | stringLiteralTypeIsSubtypeOfString.ts | 94 function f15<T, U extends T>(x: 'a'); function
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | typeAliases.ts | 70 declare function f15(a: string): boolean; function
|
/third_party/typescript/tests/cases/conformance/expressions/objectLiterals/ |
D | objectLiteralErrors.ts | 39 var f15 = { "100": 0, get 1e2() { return 0; } }; variable
|