blob: 7a5817cca84ff51c97fab009b795cfd76bba3ca9 [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_constant_shared.dart' deferred as s1;
/*strong.member: doA:OutputUnit(main, {})*/
/*strongConst.member: doA:
OutputUnit(main, {}),
constants=[ConstructedConstant(C())=OutputUnit(1, {s1, s2})]
*/
doA() async {
await s1.loadLibrary();
return s1.constant;
}