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