blob: 8ade71f704e4052d5f22e2c927b454800eff58f3 [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.
import 'a_lib.dart';
mixin M on A {
m1() {}
}