[Issue 23074] premature enum type inference leads to spurious error message

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 30 23:56:27 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23074

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
semantic analysis of E members causes a semantic analysis of S, causing E to be
visited again.

a separate semantic analysis should be done for static/immutable/enum members,
since they are just basically like module declarations.

--


More information about the Digitalmars-d-bugs mailing list