Files
sdk/pkg/front_end/testcases/patterns/switchExpression_onePattern_noTrailingComma.dart.textual_outline.expect
T
2026-04-21 01:11:43 -07:00

4 lines
34 B
Plaintext

f(x) => switch (x) {
_ => 0,
};