compile-fail.hxml.stderr 143 B

123456
  1. [ERROR] Main.hx:2: characters 21-22
  2. 2 | function bar(i:Int, i:Int) {} // Not OK
  3. | ^
  4. | Duplicate argument name "i"