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
Test co19/LanguageFeatures/Enhanced-Enum/semantics_A06_t02 fails with RuntimeError on the VM because CFE ignores type arguments of enum classes when they are used in types:
This is a part of #47453.
Test
co19/LanguageFeatures/Enhanced-Enum/semantics_A06_t02
fails with RuntimeError on the VM because CFE ignores type arguments of enum classes when they are used in types:Kernel:
So type
E<A>
was translated toE<dynamic>
.Note that enum values look correct:
@chloestefantsova Could you please take a look?
The text was updated successfully, but these errors were encountered: