blob: d575495f5001d20a84ac9b4785e117d128ee661a [file] [log] [blame]
class Test {
void foo() {
int b = 0;
<selection>int i = b << 1;</selection>
}
}