blob: 3af725d832d086940f2ebb7f4870ce50095b80af [file] [log] [blame]
// Copyright (c) 2015, 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 initialize.test.cycle_b;
import 'package:initialize/src/initialize_tracker.dart';
import 'cycle_a.dart';
@initializeTracker
class CycleB extends CycleA {}