Formatter cannot work with mokito, why?
Environment
- Operating System: Windows 11
- JDK version: openjdk 11.0.2, installed via scoop
- Visual Studio Code version: 1.72.0
- Java extension version: v1.11.0
Steps To Reproduce
Formatter work in other code, until I write
doReturn(true).when(wishPoolAttachmentService).saveBatch(anyCollection());