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