I have the following situation:
export class Test { public Method_A() { console.log("Method_A"); } }
And I do this in another