blob: 098165c74174885ee4c9858030b07e830571fd68 [file] [log] [blame]
// 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;