ContributesSubcomponent.Factory
validation fails when the function is inherited and returns a generic
#1041
Labels
bug
Something isn't working
There are a number of places in Subcomponent factory validation where Anvil hasn't been resolving the generic return types of the factory function. For example, in the following snippet,
create()
returnsSubcomponentInterface
but it's only treated as theT
type variable.example exception:
The text was updated successfully, but these errors were encountered: