paulk-asert opened a new pull request, #2887: URL: https://github.com/apache/groovy/pull/2887
… method statically An anonymous inner class declared in a method-level @CompileStatic method was marked as statically compiled only after the type checker had visited its body, so the body compiled dynamically while the class was generated with the static-compilation MOP writer, which emits no super$ bridges: any super.m() call failed with MissingMethodException. Mark the class from its enclosing method before the body is visited, and have the method-level transformation run StaticCompilationTransformer over such classes as the class-level path does, since operator expressions left unrewritten fail at class generation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
