blob: 3ae19c6fc9acc3b06230fe415458ad13156407b0 [file] [log] [blame]
class A {
void foo(int x) {}
void set foo(int x);
dynamic noSuchMethod(Invocation i) => null;
}
main() {}