blob: 80227681479daa52f00f7ba9e01f511bef3d11b8 [file] [log] [blame]
class Test {
void foo(int a, double b) {
if (<selection><caret>a = b</selection>) {
}
}
}