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

Concept & and provides #373

Open
mrkmarron opened this issue Nov 20, 2020 · 0 comments
Open

Concept & and provides #373

mrkmarron opened this issue Nov 20, 2020 · 0 comments

Comments

@mrkmarron
Copy link
Contributor

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.

@mrkmarron mrkmarron reopened this Feb 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant