blob: 868f08d74a0038e25b26c839d88f73c0b902889a [file] [log] [blame]
// Copyright (c) 2021, 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.
/*library:
compilationSequence=[
apply_lib_dep.dart|macro_lib_dep.dart|main_lib_dep.dart|package:macro_builder/src/macro.dart,
macro_lib.dart|package:macro_builder/macro_builder.dart,
apply_lib.dart|main.dart],
macrosAreAvailable
*/
import 'apply_lib.dart';
import 'main_lib_dep.dart';
void main() {
new Class();
method();
}