blob: 1d4c704d4705862147ed5456706b8fcbbc089875 [file] [log] [blame]
// test028
public class A {
public void foo(boolean b) {
;;
}
}