Restrict cyclic type references in records #124

Open
opened 2025-07-07 21:30:44 +02:00 by belka · 0 comments
Owner

For example this declaration causes in internal compiler error:

  X = record
    x: X
  end;
For example this declaration causes in internal compiler error: ``` X = record x: X end; ```
belka added the
bootstrap
label 2025-07-07 21:30:44 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#124
No description provided.