Community
Participate
Working Groups
Given : dispatch foo(Object x, boolean b) {} dispatch foo(String s, boolean b) {} the signature foo(Object, Boolean) is inferred. It should be foo(Object, boolean)
+1 Would it be feasable to skip the type check for a parameter altogether if all dispatch signatures define the same type?
pushed to MASTER
Yes, I did that.
Closing all bugs that were set to RESOLVED before Neon.0