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