package
{
public class DynamicCasting
{
	public function DynamicCasting()
	{
        return (new pRootClass()) as DebugClass;
	}
}
}

