blob: a1b0aecf494a7e6ce5ae855f79faed7dc055f776 [file]
public team class TestTeam {
protected class R playedBy TheBase {
void foo() {
TheBase.print("foos\n");
}
foo <- after bar;
}
}