// "Extract side effects as an 'if' statement" "true-preview" class Z { void z() { int i = 0; if (true) (i < 100) ? i++ : i-- } }