blob: 56af166c57a5268f75d8ba0075f440df958659a0 [file] [log] [blame]
import 'issue46581_lib.dart';
class TestClass extends MyClass with MyMixin {
TestClass() : super.named();
}
mixin MyMixin {}
void main() {}