3 package Class_Wide4_Pkg2
is
5 type Object
is limited new
6 Class_Wide4_Pkg
.Conditional_Interface
with
17 function Is_Supported_Data
19 Data
: not null access Class_Wide4_Pkg
.Data_Object
'Class)
25 (This
: in out Object
) is null;
27 procedure Do_Stuff_Access
28 (This
: not null access Object
) is null;