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