blob: 7354b6770d7d6d24d43d310c93c95d2ea5b8d142 [file] [log] [blame]
import 'issue41210_lib.dart';
class C with A, B {}
class E with A, D {}
main() {}