/third_party/typescript/tests/baselines/reference/ |
D | augmentedTypesFunction.js | 14 function y3() { } // error function 15 class y3 { } // error class 53 function y3() { function
|
D | intersectionOfUnionOfUnitTypes.js | 16 let y3: (0 | 1 | 2) & (3 | 4 | 5); // never variable 39 var y3; // never variable
|
D | thisAndSuperInStaticMembers1(target=es2022).js | 13 static y3 = this?.x(); field in C 47 static y3 = this?.x(); field in C
|
D | thisAndSuperInStaticMembers1(target=esnext).js | 13 static y3 = this?.x(); field in C 47 static y3 = this?.x(); field in C
|
D | forIn.js | 16 var y3 = arr2[j]; variable
|
D | noImplicitAnyDestructuringVarDeclaration2.js | 11 let {x3 = <any>undefined, y3 = <any>null, z3 = <any>undefined} = { x3: 1, y3: 2, z3: 3 }; // no err… property 24 var _y = { x3: 1, y3: 2, z3: 3 }, _z = _y.x3, x3 = _z === void 0 ? undefined : _z, _0 = _y.y3, y3 =… property
|
D | declarationEmitDestructuringArrayPattern1.js | 9 var [x3, y3, z3] = a; // emit x3, y3, z3 variable
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.js | 81 ({ y2 = 5, y3 = { x: 1 } } = {}) variable 86 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {}) variable 185 ({ y2 = 5, y3 = { x: 1 } } = {}); variable 189 ({ y2: y2 = 5, y3: y3 = { x: 1 } } = {}); variable
|
D | initializersWidened.js | 14 var y3: undefined = undefined; variable
|
D | intersectionWithUnionConstraint.js | 10 let y3: string | undefined = x; variable
|
D | noImplicitAnyParametersInClass.js | 170 C.prototype.pub_f8 = function (x3, y3) { }; argument 196 C.prototype.priv_f8 = function (x3, y3) { }; argument
|
/third_party/typescript/tests/cases/compiler/ |
D | augmentedTypesFunction.ts | 13 function y3() { } // error function 14 class y3 { } // error class
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.ts | 82 let y2: string, y3: { x: string }; variable 87 let y2: string, y3: { x: string }; variable
|
D | shorthandPropertyAssignmentsInDestructuring.ts | 82 let y2: string, y3: { x: string }; variable 87 let y2: string, y3: { x: string }; variable
|
D | contextuallyTypingRestParameters.ts | 6 var y3: string[] = y; // No error variable
|
D | externalModuleAssignToVar.ts | 24 var y3: new () => ext3 = ext3; variable
|
D | declarationEmitDestructuringArrayPattern1.ts | 10 var [x3, y3, z3] = a; // emit x3, y3, z3 variable
|
D | declFileTypeofClass.ts | 7 public y3: number; property in c
|
D | m7Bugs.ts | 24 var y3: C1 = <C1> {}; variable
|
D | declFileTypeAnnotationVisibilityErrorVariableDeclaration.ts | 31 var y3 = new m2.public2(); variable
|
D | forIn.ts | 15 var y3 = arr2[j]; variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/the_any_type/ |
D | any_type_4.ts | 34 let y3: boolean; variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/specialized_signatures/ |
D | specialized_signatures_1.ts | 53 let y3 = x3.Tfun("helloworld"); variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/ |
D | initializersWidened.ts | 13 var y3: undefined = undefined; variable
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocFunctionType.ts | 72 var y3 = id2(E); variable
|