Closed this issue 4 months ago · 1 comments
E.g.,
f:proc(i:int) { x:int[2] x[0]=i println x[0] } f(1)
I think the first x:int[2] is not mapped in the InlineMapper but yet somehow it was still passing tests?
x:int[2]
InlineMapper
Fixed in e97cad2