mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
unreachable code: qualified fields and array access in assignments (IDEA-144428)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
public class A {
|
||||
|
||||
public void testInlineRefactoring() {
|
||||
int[] array = ar();
|
||||
arr<caret>ay[1] = 22;
|
||||
int[] ar<caret>ray = ar();
|
||||
array[1] = 22;
|
||||
}
|
||||
|
||||
private int[] ar() {
|
||||
|
||||
Reference in New Issue
Block a user