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