Searched refs:methodB (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | anonymousClassExpression2.symbols | 20 methodB() { 21 >methodB : Symbol(B.methodB, Decl(anonymousClassExpression2.ts, 10, 13)) 26 this.methodB; // ok 27 >this.methodB : Symbol(B.methodB, Decl(anonymousClassExpression2.ts, 10, 13)) 29 >methodB : Symbol(B.methodB, Decl(anonymousClassExpression2.ts, 10, 13))
|
D | anonymousClassExpression2.types | 22 methodB() { 23 >methodB : () => void 30 this.methodB; // ok 31 >this.methodB : () => void 33 >methodB : () => void
|
D | anonymousClassExpression2.errors.txt | 1 …on2.ts(13,18): error TS2551: Property 'methodA' does not exist on type 'B'. Did you mean 'methodB'? 16 methodB() { 19 !!! error TS2551: Property 'methodA' does not exist on type 'B'. Did you mean 'methodB'? 20 !!! related TS2728 tests/cases/compiler/anonymousClassExpression2.ts:12:9: 'methodB' is declared he… 21 this.methodB; // ok
|
D | anonymousClassExpression2.js | 13 methodB() { method in B 15 this.methodB; // ok 37 B.prototype.methodB = function () { method in B 39 this.methodB; // ok
|
/third_party/typescript/tests/cases/compiler/ |
D | anonymousClassExpression2.ts | 12 methodB() { method in B 14 this.methodB; // ok
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-extend-same-prop/ |
D | arkts-no-extend-same-prop-6-ok.ets | 24 methodB(): number; 29 methodB(): number;
|
D | arkts-no-extend-same-prop-11-error.ets | 25 methodB(): boolean; 30 methodB(): boolean;
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-extends-only-class/ |
D | arkts-extends-only-class-9-ok.ets | 24 methodB(): void; 31 methodB(): void {
|
D | arkts-extends-only-class-4-ok.ets | 24 methodB(): void;
|
D | arkts-extends-only-class-10-ok.ets | 30 methodB(): void {
|
D | arkts-extends-only-class-3-error.ets | 30 methodB(): void;
|
/third_party/node/test/fixtures/source-map/ |
D | disk.js | 14 methodB () { method in Foo
|
D | disk-relative-path.js | 1 …nsole.info("uncovered")}this.methodC()}methodA(){console.info("covered")}methodB(){console.info("u… method in Foo
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-decl-merging/ |
D | arkts-no-decl-merging-4-ok.ets | 26 export function methodB(): void {
|