blob: a71075316b12389bf14d97f73e14ff14328c7d4c [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:_fe_analyzer_shared/src/macros/api.dart,
macro_lib.dart,
apply_lib.dart|main.dart],
macrosAreAvailable
*/
import 'apply_lib.dart';
import 'main_lib_dep.dart';
void main() {
new Class();
method();
}