What steps will reproduce the problem?
1. Create an @Assisted factory method that takes two unnamed booleans and a
matching @Inject constructor.
What is the expected output? What do you see instead?
I expect an error, since the two are ambiguous. Instead, Gin passes the first
argument to the factory method to both of the @Assisted constructor parameters.