mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
[extract method with object] add tests
GitOrigin-RevId: 0e2d72f613e0b8d1f396bd3a28ca32dd834893c7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
17a785e6b6
commit
8a3a0b1d0b
@@ -0,0 +1,10 @@
|
||||
public class Test {
|
||||
|
||||
void test() {
|
||||
<selection>int x = 0;
|
||||
int y = 0;
|
||||
System.out.println();</selection>
|
||||
|
||||
System.out.println("Point(" + x + ", " + y + ")");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user