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