Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
4986ff1f9610733b2a4642ed6a1ea874310f5c65
/
.
/
testplugins
/
org.eclipse.objectteams.otdt.debug.tests
/
testprograms
/
copyinheritancetests
/
SuperTeam.java
blob: a141d5bf804904bcde938f1aa01ef056a3075f24 [
file
]
package
copyinheritancetests
;
public
team
class
SuperTeam
{
protected
class
R
{
protected
void
roleMethod1
()
{
System
.
out
.
println
(
"roleMethod1"
);
}
}
}