blob: b9be2fa0ff1b05fe7ed85de96b190ee94bd3b720 [file] [log] [blame]
package boundtoteam.teampkg;
/**
* $Id: Team_5c.java 5955 2005-06-21 16:04:55Z haebor $
*
* testcase:
* a bound role class with a method and a method mapping
* the method is concrete and has no parameters
* the method mapping is a before-callin mapping
* the base class of the role is a team
*/
public team class Team_5c
{
public class SampleRole playedBy TeamC
{
public void roleMethod() {}
roleMethod <- before baseMethod;
}
}