Skip to content

Commit

Permalink
Don't leave as perfect if we gtb match
Browse files Browse the repository at this point in the history
  • Loading branch information
leibnitz27 committed Feb 6, 2021
1 parent 4549a9b commit f2e386b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ public Set<MethodData> invoke(Integer arg) {
if (gtb != null) {
JavaTypeInstance bound = gtb.getBindingFor(origArgType);
if (bound.equals(actual)) {
// it's not perfect if we had to use gtb.
perfect = false;
continue;
}
}
Expand Down

0 comments on commit f2e386b

Please sign in to comment.