blob: cfc2df6f2d4ba88fcf1be2620a0bbe1c5f7d2731 [file] [log] [blame] [edit]
// Copyright (c) 2025, 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 'export_twice2_lib1.dart';
import 'export_twice2_lib2.dart';
main() {
A().foo();
}