Skip to content

An example of a class with generic parameters causing a stackoverflow in groovyc

Notifications You must be signed in to change notification settings

demus-nine/groovy-class-generic-stackoverflowerror

Repository files navigation

groovy-circular-generics

An example project to illustrate a StackoverflowError when using a class with a generic parameter as the output of a closure without parameters. Apparently the groovy compiler tries to resolve the generic parameters of the class, but doesn't have enough context to arrive at a conclusion.

About

An example of a class with generic parameters causing a stackoverflow in groovyc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages