I'm trying to call an extension function from a spock specification (spock specs are written in groovy). I've read the material on how to call an extension function from java, but groovy doesn't seem to be able to resolve the static classes. Anyone know if there's some trick to get groovy interop?