blob: cd2d700564460a2a6dc23e6f9c20836bf4233f6d [file] [log] [blame]
// "Change to '!(1 == 1)'" "true"
public class Foo {
void task() {
if (!<caret>1 == 1) {}
}
}