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