mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
test++
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
void foo() {
|
||||
for(int i = 0; i < 10; i++){
|
||||
<selection>if (i < 10){ continue;}</selection>
|
||||
System.out.println("");
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
for(int i = 0; i < 10; i++){
|
||||
if (i < 10){ continue;}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user