blob: 73a0dbb7a6c2e0a20343ea39a3c7ba1f3d6f9354 [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.
* @author iarkh@unipro.ru
*/
// SharedOptions=--enable-experiment=non-nullable
// Requirements=nnbd-strong
export "exports_legacy_lib.dart";
// ^^^^^^^^^^^^^^^^^^^^^^^
// [analyzer] unspecified
// [cfe] unspecified