mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
don't override first field by same named second (IDEA-174523)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class Test {
|
||||
int i;
|
||||
int <error descr="Variable 'i' is already defined in the scope">i</error>;
|
||||
}
|
||||
Reference in New Issue
Block a user