1 2 3 4 5 6 7
package body generic_dispatch_p is function Constructor (I : not null access Integer) return DT is R : DT; begin return R; end Constructor; end;