blob: f4c32dcd3bcf970ba04c837be2e63d3ab49d8c2e [file] [log] [blame]
// Copyright (c) 2018, 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.
// @dart = 2.7
import 'shared.dart' deferred as s1;
/*member: doA:
constants=[ConstructedConstant(C())=1{s1, s2}],
member_unit=main{}
*/
doA() async {
await s1.loadLibrary();
return s1.constant;
}