mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-19 14:09:12 +07:00
11 lines
182 B
Java
11 lines
182 B
Java
// LocalsOrMyInstanceFieldsControlFlowPolicy
|
|
|
|
public class a {
|
|
void f(int i) throws Exception {<caret>
|
|
int k =0;
|
|
switch (k) {
|
|
//case 0:
|
|
}
|
|
|
|
}
|
|
} |