Use idiomatic return type for propertyMissing setter#297
Conversation
|
With the current state compilation fails if you make a static nested class extend any of the integration classes that use With this change released, it will at least compile properly even though the magic |
|
@Vampire This looks good!. I sent you a PR with a test to go along with this if you want or I can add it later. |
|
I'm inclined to think that we should just update Groovy, since a fix got upstreamed reasonably quickly and backported to the 4.x branch (apache/groovy@2fc8212). Also, if browser forwarding isn't going to work, maybe compilation failure is the right place for this to fail, rather than the wrong one? I'd rather catch the problem there than at runtime. |
No description provided.