blob: a122f739e1434523b53bad6a41d226ce1c84490f [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.
typedef A = ;
mixin B {}
class C = A with B;
main() {}