function foo(_:Int, _:Int) {} // OK function bar(i:Int, i:Int) {} // Not OK