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/src/LanguageFeatures/Enhanced-Enum/semantics_A04_t02 currently fails with RuntimeError on the VM because custom implementation of toString() method in the enum class is ignored and replaced with synthetic in the front-end.
This is a part of #47453.
Test
co19/src/LanguageFeatures/Enhanced-Enum/semantics_A04_t02
currently fails withRuntimeError
on the VM because custom implementation oftoString()
method in the enum class is ignored and replaced with synthetic in the front-end.tests/co19/src/LanguageFeatures/Enhanced-Enum/semantics_A04_t02.dart:
Kernel:
/cc @chloestefantsova @johnniwinther
The text was updated successfully, but these errors were encountered: