Files
openide/java/java-tests/testData/refactoring/extractMethodNew/FieldGroupAnchor2.java
Alexandr Suhinin 2110bac037 IDEA-CR-2144: extract method: test expression inside field group
GitOrigin-RevId: bea8f280aa73964b94f4bd66d4e542393f2a6ea7
2020-07-07 12:25:30 +00:00

3 lines
85 B
Java

public class Test {
int a = 1 + 1, b = <selection>2 * 2</selection>, c = 3 - 3;
}