Hey. I have this really weird type inference error. So the types do get inferred correctly, as you can see in the first screenshot below. However, when I actually want to call the function the types disappear and become type
never
never
The type inference correctly picks up the fact that the function parameters can either be "1" and no arguments, or "2" and no arguments.