blob: ff0af2f91cd6ee6272933187aafb0299a1fd7578 [file] [log] [blame]
public class YoYo {
int y;
class <caret>YoYoYo {
void foo (){
YoYo yoYoy = YoYo.this;
int t = y;
int t1 = yoYoy.y;
new Other();
}
}
class Other {}
}