| /third_party/typescript/tests/baselines/reference/ |
| D | assignmentToParenthesizedIdentifiers.js | 26 M3 = { x: 3 }; // Error variable 29 (M2).M3 = { x: 3 }; // OK variable 30 (M2.M3) = { x: 3 }; // OK variable 33 (M2).M3 = { x: '' }; // Error variable 34 (M2.M3) = { x: '' }; // Error variable 94 (function (M3) { argument 96 M3 = { x: 3 }; // Error variable 99 (M2).M3 = { x: 3 }; // OK variable 100 (M2.M3) = { x: 3 }; // OK variable 102 (M2).M3 = { x: '' }; // Error variable [all …]
|
| D | mergeThreeInterfaces2.js | 88 (function (M3) { argument 96 (function (M3) { argument 105 (function (M3) { argument
|
| D | mergeTwoInterfaces2.js | 67 (function (M3) { argument 75 (function (M3) { argument
|
| D | nonInstantiatedModule.js | 74 var M3; variable 75 (function (M3) { argument
|
| D | scopeResolutionIdentifiers.js | 70 var M3; variable 71 (function (M3) { argument
|
| D | typeValueConflict2.js | 58 var M3; variable 59 (function (M3) { argument
|
| D | instantiatedModule.js | 102 var M3; variable 103 (function (M3) { argument
|
| D | circularBaseTypes.js | 8 function f(m: M3) {
|
| /third_party/typescript/tests/baselines/reference/extractFunction/ |
| D | extractFunction23.ts | 7 function M3() { } function 19 function M3() { } function 31 function M3() { } function 39 function M3() { } function
|
| D | extractFunction25.ts | 6 function M3() { } function 16 function M3() { } function 26 function M3() { } function
|
| D | extractFunction26.js | 7 M3() { } method in C 19 M3() { } method in C 27 M3() { } method in C
|
| D | extractFunction26.ts | 7 M3() { } method in C 19 M3() { } method in C 27 M3() { } method in C
|
| D | extractFunction27.js | 8 M3() { } method in C 21 M3() { } method in C 30 M3() { } method in C
|
| D | extractFunction28.js | 7 M3() { } method in C 20 M3() { } method in C 29 M3() { } method in C
|
| D | extractFunction27.ts | 8 M3() { } method in C 21 M3() { } method in C 30 M3() { } method in C
|
| D | extractFunction28.ts | 7 M3() { } method in C 20 M3() { } method in C 29 M3() { } method in C
|
| D | extractFunction25.js | 6 function M3() { } class
|
| D | extractFunction24.js | 7 function M3() { } class in Outer
|
| /third_party/typescript/tests/baselines/reference/extractConstant/ |
| D | extractConstant_ClassInsertionPosition2.ts | 7 M3() { method in C 17 M3() { method in C 30 M3() { method in C 41 M3() { method in C
|
| D | extractConstant_ClassInsertionPosition1.ts | 7 M3() { method in C 17 M3() { method in C 30 M3() { method in C 41 M3() { method in C
|
| D | extractConstant_ClassInsertionPosition3.ts | 7 M3() { method in C 17 M3() { method in C 30 M3() { method in C 41 M3() { method in C
|
| D | extractConstant_ClassInsertionPosition3.js | 7 M3() { method in C 17 M3() { method in C 29 M3() { method in C
|
| D | extractConstant_ClassInsertionPosition1.js | 7 M3() { method in C 17 M3() { method in C 29 M3() { method in C
|
| D | extractConstant_ClassInsertionPosition2.js | 7 M3() { method in C 17 M3() { method in C 29 M3() { method in C
|
| /third_party/typescript/tests/cases/compiler/ |
| D | circularBaseTypes.ts | 8 type M3 = M2[keyof M2]; // Error alias
|