mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
7 lines
175 B
Java
7 lines
175 B
Java
class Test {
|
|
int method(String p1, int p2) {
|
|
int i = <selection>p1 + p2</selection>;
|
|
for(int l = i; l <= p1 + p2; l++)
|
|
sum += p1 + p2;
|
|
}
|
|
} |