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
Tests co19/LanguageFeatures/Enhanced-Enum/semantics_A01_t01 and co19/LanguageFeatures/Enhanced-Enum/semantics_A01_t02 fail with RuntimeError on the VM because interfaces and mixins are currently ignored for enum classes.
This is a part of #47453.
Tests
co19/LanguageFeatures/Enhanced-Enum/semantics_A01_t01
andco19/LanguageFeatures/Enhanced-Enum/semantics_A01_t02
fail with RuntimeError on the VM because interfaces and mixins are currently ignored for enum classes.For the enum class which is declared as
the following kernel is generated by CFE:
@chloestefantsova Could you please take a look?
The text was updated successfully, but these errors were encountered: