Community
Participate
Working Groups
Given two dispatch methods def dispatch printType(Integer x) { "it's an int" } def dispatch printType(Void x) { "it's null" } The signature of the synthetic dispatcher is printType(Object) but it should be printType(Integer)
Good catch! Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0