be7779ae7f
Change-Id: Idf987e8bb59a11d1628fc866d677267f439ed5cc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272300 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
8 lines
250 B
Dart
8 lines
250 B
Dart
// 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,
|
|
};
|