blob: 4e635b465dbb3843e180c3a22466d4a0027e47e3 [file] [log] [blame]
library test;
main() {}
var x = () => y;
var y = () => x;