Details
Description
Hi, guys:
When I add @Newify annotation to a class and then use ?. operator, I'll get a NPE, please see the sample code as below:
Z.groovy
@Newify(A) class Z { static void main(String... args) { def a a?.get('b') } class A { } }
Attachments
Issue Links
- links to