Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
f819dce9f906eb81993f3b2bae094c48f70604ff
/
.
/
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"
);
}
}
}