blob: aaf824e047d1a132a7dd5f999911b26b031bdc0a [file] [log] [blame]
library test;
class C {
dynamic get x => null;
dynamic y;
void test() {}
}
void test(C c, dynamic d) {}
main() {}