e6d59342ff
Change-Id: Ic55dbc03bf2cf4865275b186266c0f420263d406 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273744 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
8 lines
246 B
Dart
8 lines
246 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) {
|
|
var {'a': a} = x;
|
|
}
|