blob: fc591d00e062c6d3786c9b1dd9720a7f581d3c9f [file] [log] [blame]
class B extends Object with A {
void foo();
}
main() {}
mixin class A {
dynamic noSuchMethod(Invocation i) {}
}