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