Consider the following: ```groovy import static p.Q.getBadName as getGoodName def var = goodName ``` Organize imports drops the import statement because it can't see the link between "goodName" and "getBadName/getGoodName".
Consider the following:
Organize imports drops the import statement because it can't see the link between "goodName" and "getBadName/getGoodName".