Files
openide/java/java-tests/testData/refactoring/extractMethodNew/FieldGroupAnchor.java
Alexandr Suhinin 68603732dc EA-232230: extract method: choose correct anchor inside of field group
GitOrigin-RevId: dfcb53fe75f0f0bc4dd73e2167c5f07a321f095b
2020-07-07 07:58:05 +00:00

3 lines
85 B
Java

public class Test {
int x = <selection>2 + 2</selection>, y, /*comment*/ z = 0;
}