blob: a6a15ecc0bfc54d30c0196a0a0af0759290ec8e9 [file] [log] [blame]
public class ExtractMethods {
void newMethod() {
int i = 0;
<selection>if (true) {
newMethod(i);
}</selection>
}
}