blob: e571850e2032ac9079d49fc93d5f514d6482a160 [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
strong: true
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