blob: e2f1a754e0f2f2bf9c4fe293db420caec5b09e0f [file] [log] [blame]
class Test {
void foo () throws Exception {
}
void bar () throws Exception {
foo();
}
}