blob: 3f0d009d94bc11dbaa2a178a06421cf4dd2c1ad4 [file] [log] [blame]
public class YoYo {
class <caret>YoYoYo {
void foo (){
YoYo yoYoy = YoYo.this;
}
}
class Other {
{
new YoYoYo();
}
}
}