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