blob: 967c9d18a966cbaacc2a171b19e06cceb9854978 [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.
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;
}