I am trying to refer to an outer class like so `this@MyOuterClass` but I am getting a warning “This ...
z
I am trying to refer to an outer class like so
this@MyOuterClass
but I am getting a warning “This label is now resolved to ‘class MyOuterClass’ but soon it will be resolved to the closest ‘anonymous function’. Please consider introducing or changing explicit label name” What is the correct way to reference an outer class?