Difficulty running grails tests in IntelliJ : Illegal use of nonvirtual function call
问题 Lately I've been trying to run my spock tests in IntelliJ (which used to work beautifully and had great debugging / specific test re-running on failure features) and in the past few months I've began getting the following error: | Error Error executing script TestApp: (class: com/company/MyServiceSpec, method: super$2$oldImpl signature: (Ljava/lang/Object;)Ljava/lang/Object;) Illegal use of nonvirtual function call (Use --stacktrace to see the full trace) It's a spock test that runs just fine