489aefbe80
Bug: https://github.com/dart-lang/sdk/issues/50035 Change-Id: If63ee17234f0b63ebbdfda8a046350def8851472 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292662 Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
7 lines
84 B
Dart
7 lines
84 B
Dart
void f(x) {
|
|
switch (x) {
|
|
case {'foo': int() 'bar': int()}:
|
|
break;
|
|
}
|
|
}
|