Repro: ```dart class A { void foo() { int v = switch (1) { _ => getter, }; } } ``` I'll take a look at this one. CC @bwilkerson @srawlins