Skip to content

Commit

Permalink
Update Dagger's XProcessing jars.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 527706121
  • Loading branch information
kuanyingchou authored and Dagger Team committed Apr 27, 2023
1 parent 84dfad0 commit 03c7ce5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dagger/internal/codegen/binding/BindsTypeChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private XType desiredAssignableType(XType leftHandSide, ContributionType contrib
return methodParameterType(parameterizedSetType, "add");
case SET_VALUES:
// TODO(b/211774331): The left hand side type should be limited to Set types.
// NOTE - method
// NOTE: We rewrap the LHS to use java.util.Set before looking for the addAll() method
// because Kotlin source may be using kotlin.collection.Set which does not include addAll().
return methodParameterType(rewrapType(leftHandSide, TypeNames.SET), "addAll");
case MAP:
Expand Down
Binary file modified java/dagger/internal/codegen/xprocessing/xprocessing.jar
Binary file not shown.

0 comments on commit 03c7ce5

Please sign in to comment.