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
Resolve for typedefs/aliases and records in typeArguments & resolve duplicate typedefs
#776Closes: #775Closes: #777Closes: #778
The fix for these issues is closely related so I've done both of them in a single PR.
- Mockito wasn't checking for typedefs/aliases in `typeArguments`
- it also wasn't looking into records on type args.
- Typedefs which had the same underlying type were ignored even if the typedef had a different name
These issues cause the dreaded `is missing from the asset URI mapping` error.
See the related issue for a repro of each of these.
I've also added regression tests for all of these.
PiperOrigin-RevId: 702712435
0 commit comments