Files
sdk/pkg/compiler/test/custom_split/data/two_step/step3.dart
T
Joshua Litt 663eab5565 [dart2js] Initial support for program split constraints.
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>
2021-09-01 19:50:56 +00:00

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()];