class Test { void foo(int a, double b) { if (((<caret>) (a + b + 1))) { } } }