blob: 5eedbf9e3c64b1d567c49f284a4d1547fca68355 [file] [log] [blame]
library test;
class C {
void set x(dynamic value) {}
dynamic y;
void test() {}
}
void test(C c, dynamic d) {}
main() {}