blob: 6469ad71f981693c57db3ed9455400070704d81d [file] [log] [blame]
class Test8 {
void bar() {
}
class <caret>B {
int c;
void foo() {
c = 10;
bar();
}
}
}