blob: 8cdec0290b2f479dbd6dfc92b9f1a79b12e336d9 [file] [log] [blame]
// @dart = 2.6
import 'issue41210_lib1.dart';
class C with A, B {}
main() {}