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
List<SomeEnum>, and presumably Map<Object, SomeEnum> and Map<SomeEnum, Object>, generates incorrect code (#87307) that throws at runtime. We should validate the input and give an error when trying to use that, telling people to use a wrapper.