Consider the following: ```groovy import foo.bar.* class C { Baz baz } ``` Rename of package "foo" or "foo.bar" from elsewhere fails to fix the star import.
Consider the following:
Rename of package "foo" or "foo.bar" from elsewhere fails to fix the star import.