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