blob: 47eff23e205677405297a912912d38b1501b7bb5 [file] [log] [blame]
team package copyinheritancetests.SuperTeam3;
protected class R {
protected void roleMethod1() {
System.out.println("roleMethod1");
}
}