blob: da386d8c20181db0bc716d4730ef4ebead2c48ac [file] [log] [blame]
// @dart = 2.7
import 'mixed_mixin_lib.dart';
class C1 with B {}
main() {}