Actually the issue is a bit more complicated with ...
# announcements
d
Actually the issue is a bit more complicated with
Mockito.any
, since generics are involved... In Kotlin you can express nullability with types, in Java you cannot. Those two worlds collide and you add erasure into the mix and fun (or not so fun) things happen...