HewlettPackard / mds

Managed Data Structures
GNU General Public License v3.0
27 stars 5 forks source link

Ensure super type known if subtype known #9

Open EvanKirshenbaum opened 7 years ago

EvanKirshenbaum commented 7 years ago

[imported from HPE issue 37]

Ensure that mentioning a record type or creating an instance of a record type will make the super type known to the system. (The former almost certainly should, since it will need to call the ctor for the parent.)