Consider the following: ```groovy import static Util.dump class Util { static void dump(Object o) { } } ``` `dump` in the static imports incorrectly inferences/highlights as `org.codehaus.groovy.runtime.DefaultGroovyMethods.dump`.