Repro ```dart class A { int? weirdName; } void f(A a) { switch (a) { case A(:var weirdName) when wei^: } } ``` CC @scheglov @bwilkerson Could this be similar to https://github.com/dart-lang/sdk/issues/61676?