- Notifications
You must be signed in to change notification settings - Fork 899
Closed
Labels
Description
Consider the following code:
// this will import e.g. all the classes from package java.util, java.util.stream, java.io, java.lang, java.nio.file import module java.base;
When trying to use google-java-format 1.24.0, this results in: com.google.googlejavaformat.java.FormatterException: 2:1: error: expected token: 'module'; generated java instead
koppor, sormuras, jbduncan, hisener and krn-robin