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