mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
14 lines
245 B
Java
14 lines
245 B
Java
public class YoYo {
|
|
Object y;
|
|
class <caret>YoYoYo {
|
|
Object x = y;
|
|
Object[] xx = {y};
|
|
void foo (){
|
|
YoYo yoYoy = YoYo.this;
|
|
Object t = y;
|
|
Object t1 = yoYoy.y;
|
|
}
|
|
}
|
|
}
|
|
|