mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
extract method: new signature detector (IDEA-66281); initial
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
public class Test {
|
||||
{
|
||||
int x = 0;
|
||||
|
||||
<selection>System.out.println(1);
|
||||
System.out.println(2);
|
||||
System.out.println(x);</selection>
|
||||
|
||||
System.out.println(3);
|
||||
System.out.println(4);
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user