limited with Parent_Ltd_With.Child_Full_View;package Parent_Ltd_With istype Symbol is abstract tagged limited private;type Symbol_Access is access all Symbol'Class;privatetype Symbol is abstract tagged limited record
Comp :Integer;end record;end Parent_Ltd_With;