Reports package statements that should be chained at base package.
Only applicable when a base package is defined in Settings | Languages & Frameworks | Scala | Base Packages.
Example:
package org.example.application.NAME
After the quick-fix is applied:
package org.example.application
package NAME