blob: ed21f2a7c80b8f3bd624241dbdba31d64c9950df [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
test() {}
var h = null;
void foo(int f(Object _)) {}