mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not need parenthesis for associative operations (IDEADEV-41569); move to java-tests
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class XYZ {
|
||||
static int name;
|
||||
|
||||
void method() {
|
||||
System.out.println(name);
|
||||
int name = 27;
|
||||
System.out.println(XYZ.name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user