blob: 2a7bc85b23fa09ecdf6408bf9a12657b8c200e5b [file] [log] [blame]
class Foo {
void foo() {
int x = 0;
<selection>x = 1</selection>;
}
}