blob: 836888a8ba7aae6b6ad24e67dceb24f33915240c [file] [log] [blame]
package boundtorole.teampkg;
import boundtorole.basepkg.TeamB;
public team class Team_4 {
final TeamB teamB= new TeamB();
protected class SampleRole playedBy LowerRole<@teamB> {
boolean isEqual(LowerRole<@teamB> other) -> boolean isEqual(LowerRole<@teamB> other);
}
}