You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm... it feels odd to allow this, I mean it's pretty much the reason we have inline consts as a feature and allowing it would require special casing blocks just for this use case
I tried the following code:
I thought this would be accepted, since
C
is a constant.But it does get rejected, probably because of the surrounding curly braces.
This code may look unnatural, but it is the kind of code that arises from a macro-based implementation of anonymous/inline constants.
Cc @oli-obk
The text was updated successfully, but these errors were encountered: