// "Unwrap 'if' statement" "true-preview" class X { void f(){ while (true) { if (true) { continue;//comment } System.out.println(); } }}