paulbutcher / ScalaMock

Native Scala mocking framework
http://scalamock.org/
MIT License
501 stars 98 forks source link

Enhance union/intersection type support #515

Closed goshacodes closed 3 months ago

goshacodes commented 3 months ago

Union/intersection type having type from method type args causes compile time error. This PR fixes it

Fixes #514

goshacodes commented 3 months ago

Hi, @barkhorn, please publish next candidate. IMO we can make it stable 6.0.0 now

barkhorn commented 3 months ago

sounds good, will do that in a bit

barkhorn commented 3 months ago

done!