fix bug: invoke overload method disorder #104
Reference in New Issue
Block a user
Delete Branch "uyong/fix-overload-method-bug"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when invoke java overload method, like append(), append(String s) append(String s, int n), it will invoke disorder. this pr is fix it.
Fixed
Pull request closed