false positive from no-unused-imports
when importing an inner declaration with wildcard
#1393
Labels
Milestone
no-unused-imports
when importing an inner declaration with wildcard
#1393
Given this file:
command:
Ktlint incorrectly says that
import com.example.Outer.*
is unnecessary. If the wildcard is replaced with the explicit import, Ktlint no longer complains.Your Environment
The text was updated successfully, but these errors were encountered: