mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
Java: Better handling of unreachable code (IDEA-172642)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Delete unreachable statement" "true"
|
||||
class Never {
|
||||
void foo(boolean b) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user