Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
c146221caa3d160961c039f2ffe7794d8e71aea6
/
.
/
maven
/
testproject
/
src
/
main
/
java
/
TestTeam.java
blob: a1b0aecf494a7e6ce5ae855f79faed7dc055f776 [
file
]
public
team
class
TestTeam
{
protected
class
R playedBy
TheBase
{
void
foo
()
{
TheBase
.
print
(
"foos\n"
);
}
foo
<-
after bar
;
}
}