You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old mechanism depended on the order types were defined and processed them in order without respecting overridden functions. With the fix overridden functions get updated when collecting types.
Fixesevant#375
vRallev
added a commit
to vRallev/kotlin-inject
that referenced
this issue
Apr 17, 2024
The old mechanism depended on the order types were defined and processed them in order without respecting overridden functions. With the fix overridden functions get updated when collecting types.
Fixesevant#375
The old mechanism depended on the order types were defined and processed them in order without respecting overridden functions. With the fix overridden functions get updated when collecting types.
Fixesevant#375
Imagine this example:
This fails with:
But if I change the order of the super types to the following, then the code compiles successfully:
The text was updated successfully, but these errors were encountered: