// "Unwrap 'if' statement" "true-preview" class X { String m() { boolean field = true; if (field) return "one"; return "two"; } }