blob: 622a7581bd34bf19b5f7a410bcbaa4203d94f25c [file] [log] [blame]
// Copyright (c) 2019, 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.
/// @assertion: It is an error for a migrated library to re-export symbols from
/// an unmigrated library.
/// @description Check that error is thrown if migrated library re-exports
/// symbols from migrated one in the strong mode.
/// @author iarkh@unipro.ru
/// @Issue 44545
/// @Issue 44990
// Requirements=nnbd-strong
export "weak/exports_A02_opted_out_lib.dart";
// ^
// [analyzer] unspecified
// [cfe] unspecified
main() {}