module-info.java
Example:
module com.mycomp { exports com.mycomp.main to com.mycomp; }
After the quick-fix is applied:
module main { }