blob: b863a3650ee6b0b23010626cf95c73116b2d5c2f [file] [log] [blame]
class Test {
void foo(<caret>) {
}
void bar(){foo();}
}