blob: b2c0f12310b38617b1d62ea6d420c446e10b4bf6 [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.
// Other-library declarations used by
// mixin_class_typedef_used_outside_test.dart.
mixin class MixinClass {
int foo = 0;
}