Skip to content

Add type checker check to prevent fields referencing fields with multiple values #16

Description

@jvdb

For example:

S {
  a: 1, 2;
  b: a;
}

Should produce an error on S.b's value definition.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions