Skip to content

Support for Record type with initializers #17

@Spelt

Description

@Spelt

Hi

To support Record types which have an initializer change the line which the check: 'if dataType.Handle^.Kind = TTypeKind.tkRecord then' and change it to:

if (dataType.Handle^.Kind = TTypeKind.tkRecord) or (dataType.Handle^.Kind = TTypeKind.tkMRecord) then

Thanks for the work !
Edward

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions