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
As far as I know, these abstract values are constants and var HOT = COOL; should behave the same as var HOT = 1; which is not the case.
The text was updated successfully, but these errors were encountered:
Geokureli
changed the title
Can't define enum abstracts from other abstracts
Enum abstracts are not constant when used to define other enum abstracts
Mar 5, 2019
The following fails exhaustiveness checks
As far as I know, these abstract values are constants and
var HOT = COOL;
should behave the same asvar HOT = 1;
which is not the case.The text was updated successfully, but these errors were encountered: