blob: 73eff7935c4524435684d5b8492f6cc7f486831d [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
var x = f();
void f() {}