Is there any way to finesse splat and double splat args so that we can better support keyword args?
wyhaines opened this issue · 0 comments
wyhaines commented
Right now, if there are two methods with the same method type signature, but differently named arguments, the named arguments will only work for whichever method is defined last (though positional args will work for both).
If we could finesse splat/double-splat without running into type checking hell, life would be good.