mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
moved to community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// LocalsOrMyInstanceFieldsControlFlowPolicy
|
||||
public class a {
|
||||
void f(int i) {<caret>
|
||||
while (i==0) {
|
||||
i = 5;
|
||||
if (i==3) break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user