mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
test++
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Xtract {
|
||||
void me(int i) {
|
||||
<selection>if (i ==10) {
|
||||
return;
|
||||
}</selection>
|
||||
|
||||
System.out.println("i: " + i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user