blob: babbcc2db5706f219ac9709aeb2b1c3512fb445b [file] [log] [blame]
package unbound.teampkg;
/**
* $Id: Team_3c.java 5955 2005-06-21 16:04:55Z haebor $
*
* testcase:
* an internal defined role class with a method
* the method has an output parameter
*/
public team class Team_3c
{
public class SampleRole
{
public String roleMethod() {}
}
}