mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
test++
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Test {
|
||||
String foo(int i, boolean flag) {
|
||||
<selection>
|
||||
String xxx = "";
|
||||
if (flag) {
|
||||
for (int j = 0; j < 100; j++) {
|
||||
if (i == j) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
</selection>
|
||||
System.out.println(xxx);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user