blob: e3c33021e92827616acc3330c7444646a26adbb6 [file] [log] [blame]
class Foo {
void foo(int a, int b, int c, int d)
throws Exception, RuntimeException {
}
}