Repro: ```dart enum E { a, b } void foo(E e) { int _ = switch (e) { .a => 1, .^ }; } ``` FYI @kallentu @bwilkerson I'll take a look at this one.