blob: d4c0191357dbdfc8ba8d5c1313de76c9c6e0a3e5 [file] [log] [blame]
// Copyright (c) 2017, 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.md file.
class A {}
class B {}
class C extends Object with A implements B {}
class D {}