blob: 22e3660ce6645222a781ff1631bc573782bbd195 [file] [log] [blame]
package aspect571542.a;
public team class Team_A {
protected class RoleA playedBy C1 {
start <- after start;
private void start(StringBuilder buf) {
buf.append("RoleA");
}
}
}