mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
test++
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class X {}
|
||||
|
||||
class <caret>Y extends X {
|
||||
private static int x = 0;
|
||||
|
||||
public static int getX() {
|
||||
return x;
|
||||
}
|
||||
|
||||
public static void setX(int x) {
|
||||
Y.x = x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user