Re: About the progress of supporting native lambda

2018-01-17 Thread Daniel Sun
Hi Shil, The issue is fixed according to your suggestion. Thanks a lot! Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: About the progress of supporting native lambda

2018-01-17 Thread Shil Sinha
> > In addition, the following issue[4] should be fixed too. I think I have > not found a correct way to use ClassNode instance, any help is appreciated! > ``` > A transform used a generics containing ClassNode Test1 for the method > public > static int doCall(Test1 __this, java.lang.Integer e) {