Open dickermoshe opened 3 weeks ago
I've traced this down to the fact that calling supertype.typeArguments
returns an unwrapped version of the typedef (BaseFoo<int Function()>
), instead of the typedef itself BaseFoo<CreateInt>
.
So during analysis CreateInt
is not added to the types.
A very very strange bug. A whole bunch of things must happen to trigger this bug
mockito: 5.4.4
Console:
repro: https://github.com/dickermoshe/repromockito
General info
Project info
Process info