this repo has no description
at develop 278 B view raw
1/*** 2!Test 3expected: !Result 4 solution: !Solution 5 y: null 6***/ 7 8% Following the id chain y -> x -> <> should stop at the declaration before <> 9% Previously it would return <> and cause crashes during flattening 10 11var opt bool: y :: add_to_output = x; 12var opt bool: x = <>; 13