blob: 1b9cf7596ecb55d3535af6e3ecddd4986701cb1f [file] [log] [blame]
// @dart = 2.9
class A {
dynamic noSuchMethod(Invocation i) => null;
void foo(int x) {}
void set foo(int x);
}
main() {}