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