mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
[java] consistent PSI after removing one of multiple declarations (IDEA-175642)
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ class a {
|
||||
int k;
|
||||
|
||||
private int run() {
|
||||
/*ddddd*/ Object oo = (Object) new Integer(0);
|
||||
/*ddddd*/
|
||||
Object oo = (Object) new Integer(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user