blob: 62596577221eac0630facba86585b2d9bbd4abae [file] [log] [blame]
package boundtoteam.teampkg;
/**
* $Id: Team_4b.java 5955 2005-06-21 16:04:55Z haebor $
*
* testcase:
* an internal defined bound role class with an innerclass
* the innerclass is a team class
* the base class of the role is a team
*/
public team class Team_4b
{
public team class SampleRole playedBy TeamB
{
public team class AnInnerTeamClass {}
}
}