Searched refs:methodA (Results 1 – 8 of 8) sorted by relevance
11 methodA() {12 >methodA : () => void25 this.methodA; // error26 >this.methodA : any28 >methodA : any
7 methodA() { method in A14 this.methodA; // error29 A.prototype.methodA = function () { method in A38 this.methodA; // error
1 tests/cases/compiler/anonymousClassExpression2.ts(13,18): error TS2551: Property 'methodA' does not…10 methodA() {17 this.methodA; // error19 !!! error TS2551: Property 'methodA' does not exist on type 'B'. Did you mean 'methodB'?
9 methodA() {10 >methodA : Symbol(A.methodA, Decl(anonymousClassExpression2.ts, 4, 13))23 this.methodA; // error
6 methodA() { method in A13 this.methodA; // error
11 methodA () { method in Foo27 a.methodA()
1 …methodA(){console.info("covered")}methodB(){console.info("uncovered")}methodC(){console.info("cove… method in Foo
16 "methodA"