blob: 4af2fc7e5af1da3e5793f36ec1fa893e2f1ca44c [file] [log] [blame]
package teampkg;
/**
* $Id: Team_3b.java 5749 2005-05-30 11:52:29Z anklam $
*
* testcase:
* an internal defined bound role class with a method
* the method has an input parameter
* the base class of the role is a team
*/
public team class Team_3b
{
public class SampleRole playedBy TeamB
{
public void roleMethod(String paraObj) {}
}
}