blob: 25a7fb69c526d0c97386e18a8b72fef44d896a27 [file] [log] [blame]
class B {
void m() {
int xxx = 0;
int xxy = 0;
xxx = <caret>
}
}