Closed skuzzle closed 5 years ago
Java supports writing multiple import statements in the same line, separated by ; like
;
import java.util.List; import java.util.Collection;
Though that is not the preferred formatting for most code bases it should be easy to support this.
Java supports writing multiple import statements in the same line, separated by
;
likeThough that is not the preferred formatting for most code bases it should be easy to support this.