Files
Alexandr Suhinin 9c7991944f extract method test: separate formatting tests
GitOrigin-RevId: 26fd0636cfc3cba75f1c09cc6ff0ceaab43d40ae
2020-03-31 12:32:01 +00:00

8 lines
142 B
Java

class Test {
void foo(String[] ss) {
int x = 42;
<selection>
System.out.println(x+1);
</selection>
}
}