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
When an enum has a member called UNKNOWN, the resulting code contains two interfaces called UnknownStageVisitorBuilder, which fails to compile. I believe this is the same as #2100, but for UNKNOWN instead of COMPLETED.
What did you want to happen?
No compile errors.
The text was updated successfully, but these errors were encountered:
What happened?
When an enum has a member called
UNKNOWN
, the resulting code contains two interfaces calledUnknownStageVisitorBuilder
, which fails to compile. I believe this is the same as #2100, but for UNKNOWN instead of COMPLETED.What did you want to happen?
No compile errors.
The text was updated successfully, but these errors were encountered: