blob: 317ff7c04edae81d5f91c45df446a1b647b4ee05 [file] [log] [blame]
// Copyright (c) 2020, 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 Metadata can appear before ... export ...
* @description Check that metadata is allowed before export directive
* @author sgrekhov@unipro.ru
*/
import 'before_export_lib1.dart';
main() {
new B();
}