663eab5565
Change-Id: I7e227e05d98a27a5d38386777f94ee0f4905dcde Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/206322 Commit-Queue: Joshua Litt <joshualitt@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
9 lines
321 B
Dart
9 lines
321 B
Dart
// Copyright (c) 2021, 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.
|
|
|
|
import 'shared.dart';
|
|
|
|
/*member: step:member_unit=3{step3}*/
|
|
step() => [step13(), step23(), step123()];
|