mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
java highlighting tests moved to community
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
public class X extends Y {}
|
||||
public class Y {
|
||||
|
||||
private static int x = 0;
|
||||
|
||||
public static int getX() {
|
||||
return x;
|
||||
}
|
||||
|
||||
public static void setX(int x) {
|
||||
X.<error descr="'x' has private access in 'Y'">x</error> = x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user