blob: 6deb22b7cb2a5d020c5b59bfe6785d6eb707052e [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:
declaredMacros=[Macro1],
macrosAreAvailable
*/
import 'package:_fe_analyzer_shared/src/macros/api.dart';
import 'macro_lib_dep.dart';
macro class Macro1 extends MacroBase implements Macro {
const Macro1();
}