class Test { void foo(int a, double b) { if (<selection><caret>true ? a : b</selection>) { } } }