blob: b248393c235ea0471b46681fda50cbb71581ebec [file] [log] [blame]
// test021
public class A {
protected synchronized String foo(final java.lang.String s1)
throws IOException, Exception {
}
}