mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
delete assert statements when simplify (IDEA-84527)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Fix all 'Constant conditions & exceptions' problems" "true"
|
||||
public class Test {
|
||||
void foo2() {
|
||||
int k = 0;
|
||||
int i = 0;
|
||||
assert false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user