blob: 7ec84606576135712b078edfd8afb8bbb0e9465d [file] [log] [blame]
class Test {
void foo () throws RuntimeException {
}
void bar () {
foo();
}
}