blob: 7b3ce88a2e267617e89865f5b3bb499e3600eaae [file] [log] [blame]
class A {
dynamic noSuchMethod(Invocation i) {}
void foo();
}
main() {}