blob: 157d8703f1265ab1e95ae06dc91e8723571250f2 [file] [log] [blame]
mixin M {}
class A = void Function() with M;
main() {}