// "Change to '!(1 == 1)'" "true-preview" public class Foo { void task() { if (!(1 == 1)) {} } }