how do we access outer class this instance: eg in
Class A { Class B { this.helloB(); (A\'s this).hello() } }
how do we
Just call
A.this.hello()