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