madmann91 opened this issue 8 years ago · 1 comments
The following code should not be accepted:
fn main(i : int) -> int { (|i| i) (1, 2) }
But Impala accepts it happily (and then breaks during code generation).
Fixed.