proc foo(a: int; b: string) = discard proc foo(a: string; b: int) = discard # Which argument is wrong? foo(1, 2)