mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
AIOOBE
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class ExtractMethods {
|
||||
void newMethod() {
|
||||
int i = 0;
|
||||
<selection>if (true) {
|
||||
newMethod(i);
|
||||
}</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user