| /third_party/typescript/tests/baselines/reference/ |
| H A D | objectLiteralShorthandProperties.js | |
| H A D | contextualTypeWithUnionTypeIndexSignatures.js | |
| H A D | specializedSignatureAsCallbackParameter1.js | 4 function x3(a: any, cb: (x: number) => number) { function
|
| H A D | callbackArgsDifferByOptionality.js | 4 function x3(callback: (x: any) => number) { function
|
| H A D | objectLiteralShorthandPropertiesES6.js | |
| H A D | contextualTypingOfArrayLiterals1.js | 6 var x3: I = [new Date(), 1]; variable 12 var x3 = [new Date(), 1];
variable
|
| H A D | arrayLiteralTypeInference.js | 97 var x3 = [
variable
|
| H A D | checkJsdocTypeTag2.js | 43 var x3 = function (a) { return a.concat("hi"); };
function
|
| H A D | compoundArithmeticAssignmentLHSCanBeAssigned.js | 22 var x3: E; variable 51 var x3;
variable [all...] |
| H A D | compoundExponentiationAssignmentLHSCanBeAssigned1.js | 22 var x3: E; variable 51 var x3;
variable [all...] |
| H A D | contextualTypeWithUnionTypeCallSignatures.js | 34 var x3: IWithCallSignatures | IWithCallSignatures3 = a => /*here a should be any*/ a.toString(); variable 48 var x3 = function (a) { /*here a should be any*/ return a.toString(); };
function
|
| H A D | declFileTypeAnnotationVisibilityErrorVariableDeclaration.js | 65 var x3;
variable
|
| H A D | promiseVoidErrorCallback.js | 22 var x3 = f1() variable
|
| H A D | fatarrowfunctionsErrors.js | 12 var x3 = (a:number) {}; method 35 var x3 = function (a) { };
function
|
| H A D | genericFunctionParameters.js | 20 var x3 = f3(function (x) { return x; }); // Array<any>
variable
|
| H A D | jsxParsingError2.js | 38 var x3 = <div>; variable
|
| H A D | thisTypeErrors.js | 4 var x3: this[]; variable 62 var x3;
variable
|
| H A D | assignmentLHSIsReference.js | 36 var x3;
variable [all...] |
| H A D | compoundAdditionAssignmentLHSCannotBeAssigned.js | 11 var x3: E; variable 32 var x3;
variable
|
| H A D | compoundAdditionAssignmentWithInvalidOperands.js | 24 var x3: void; variable 66 var x3;
variable [all...] |
| H A D | compoundAssignmentLHSIsReference.js | 48 var x3;
variable [all...] |
| H A D | declarationEmitDestructuringArrayPattern1.js | 18 var x3 = a[0], y3 = a[1], z3 = a[2]; // emit x3, y3, z3
variable
|
| H A D | genericCallWithObjectLiteralArguments1.js | 6 var x3 = foo<string>({ x: 3, y: "" }, 4); variable
|
| H A D | indexSignaturesInferentialTyping.js | 7 var x3 = bar({ zero: 0, one: 1 }); // type should be number variable
|
| /third_party/typescript/tests/baselines/reference/project/declarationsSimpleImport/node/ |
| H A D | useModule.js | 13 var x3 = m4.x;
variable
|