blob: 0dd312f39bae254f255cb2b18880159c8237ed9c [file] [log] [blame]
public team class TestTeam {
protected class R playedBy TheBase {
void foo() {
System.out.println("foos");
}
foo <- after bar;
}
}