ScalaMock icon indicating copy to clipboard operation
ScalaMock copied to clipboard

Permit mocking stackable trait pattern in scala 3

Open hughsimpson opened this issue 6 months ago • 3 comments

Pull Request Checklist

  • [x] I agree to licence my contributions under the MIT licence
  • [x] I have added copyright headers to new files
  • [x] I have added tests for any changed functionality

Fixes

Fixes mocking classes that implement the stackable trait pattern (i.e. abstract override def) in scala 3

hughsimpson avatar Aug 01 '24 13:08 hughsimpson