blob: 220c6018fa6a2140217f2a1ee9753e49c69efedf [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
var x = () => y;
var y = () => x;