blob: 5329bd7d9cd031c1e66e5b0bc5ce4974702c6acb [file] [log] [blame]
// Copyright (c) 2023, 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.
abstract mixin class MixesInMixin = Object with Iterable<int>;