mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-07 11:06:58 +07:00
8 lines
169 B
Java
8 lines
169 B
Java
// "Fix all 'Constant conditions & exceptions' problems in file" "true"
|
|
public class Test {
|
|
void foo2() {
|
|
int k = 0;
|
|
int i = 0;
|
|
assert i <caret>!= k;
|
|
}
|
|
} |