Sign in
dart
/
sdk.git
/
1d268045c0ed151be4c89ba68f2dc3a47b8c1cae
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
switchExpression_onePattern_noTrailingComma.dart
blob: 3f21055d9b96b8fe45826be60e3ad042e163fe41 [
file
] [
log
] [
blame
]
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
f
(
x
)
=>
switch
(
x
)
{
_
=>
0
};