blob: 3b7495b6f9ac2b1e1003a96174da79c2018380fc [file]
// @dart=2.19
main() {
switch(a) {
// Parse as conditional expression.
case b ? [c] : d: e;
}
}