mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 16:02:16 +07:00
moved to community
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// LocalsOrMyInstanceFieldsControlFlowPolicy
|
||||
|
||||
class ExceptionTestCase {
|
||||
void f(boolean a, boolean b) {<caret>
|
||||
int n;
|
||||
if ((a || a) && (n = 0) >= 2) {
|
||||
n++; //
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user