Hi,

Is there a method to access this reference of the container class
from an inner class. i.e.
class A {
class B {
   methodM() {
      callAnotherM(A::this or A.this);
   }
}
}

Thanks
Mandeep

Reply via email to