mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moved to community
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// LocalsOrMyInstanceFieldsControlFlowPolicy
|
||||
|
||||
public class a {
|
||||
void f(int i) throws Exception {<caret>
|
||||
i = 5;
|
||||
try {
|
||||
f(i);
|
||||
} catch (Exception e) {
|
||||
i = 0;
|
||||
}
|
||||
finally {
|
||||
i = 9;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user