Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Concept & and provides #373

Description

Using and & type in the provides type list does not correctly split the types out.

entity E provides A&B {
}

Results in an error.

This should be semantically equivalent to:

entity E provides A, B {
}

The provides checking code needs to do this expansion when it is also resolving any guard conditions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions