mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
Unreachable branches are analyzed for twice assignment, but constants are evaluated. Fixes IDEA-186321 Bad code green: non-iterating for-loop update Fixes IDEA-186304 good code red: field might not have been initialized in unreachable branch Fixes (mostly) IDEA-186305 good code red: variable might already have been assigned to