blob: ae7c681e38b8877917ed977aca879805e9fa2b99 [file] [log] [blame]
package hierarchy_with_indirect_implicit_superclass;
/**
* @author kaschja
* @version $Id: SuperTeamWithRole.java 18656 2008-06-15 00:01:20Z stephan $
*/
public team class SuperTeamWithRole
{
public class Role
{
}
}