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`.
Consider the following:
dumpin the static imports incorrectly inferences/highlights asorg.codehaus.groovy.runtime.DefaultGroovyMethods.dump.