blob: 4e121996023575a15fb2fddbff0b3e49fb69c02c [file] [log] [blame]
// @dart = 2.9
library test;
void f(Object x) {}
void g(int x) {}
main() {}