blob: 1c2e947e3175c9bc8cd4e1208f959dac232e5d19 [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=[Macro2b],
macrosAreApplied,
macrosAreAvailable
*/
import 'package:_fe_analyzer_shared/src/macros/api.dart';
import 'macro_lib2a.dart';
@Macro2a()
/*class: Macro2b:
appliedMacros=[Macro2a],
macrosAreApplied
*/
macro class Macro2b implements Macro {
const Macro2b();
}