There was an simmilar issue: - #1123 was fixed by: - #1211 - 2.57.0 But issue still exist if we use JDK 11 as runtime. When I have a build in matrix for many JDKs, one build will fail. So code: ```java switch (handling) { // comments case expand: ... } ``` is ok if I use JDK 11 but fail if use JDK 17+