google / google/google-java-format
Formatter fails with Javadoc on import
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 6.2k
- Forks
- 937
- Ø Merge
- 6 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
The annotation is wrong for the Java file, but this is a compiling, small reproducing case. The following file complains about syntax errors:
```java
package foo;
import groovy.transform.CompileStatic;
/**
* Created.
*/
import java.util.ArrayList;
/**
* Created.
*/
@CompileStatic
public class Broken {
ArrayList list;
}
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.