blob: e760b10d94e77d4e26a0f00267db1f846e887a72 [file] [log] [blame]
# Copyright (c) 2018, 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.
# Test that errors issued by the hierarchy mixinInferrer are in fact reported,
# and now swallowed somewhere when done in the incremental compiler.
type: newworld
worlds:
- entry: main.dart
sources:
main.dart: |
abstract class A<T> {}
mixin M<T> on A<T> {}
class C extends Object with M {}
expectedLibraryCount: 1
errors: true