holgerbrandl
03/30/2023, 6:37 AMfun foo(bar:Int = 3) = println(bar)
foo(3) // <- highlight that
Clearly, the warning should be argument/position specific, because typically there are many arguments.Alexey Belkov [JB]
03/30/2023, 7:05 AMholgerbrandl
03/30/2023, 7:50 AM