blob: 738a6affe9926ad24a1569f67d25cee612fd0e2c [file]
// Copyright (c) 2022, 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.
final class A {}
abstract final class B {}
mixin M {}
final class C = Object with M;