Consider the following: ```groovy package foo class Bar { static class Baz {} } ``` ```groovy import static foo.Bar.Baz Baz baz = new Baz() ``` "Baz" in static import is highlighted as unknown (underlined). 
Consider the following:
"Baz" in static import is highlighted as unknown (underlined).