Looks like the method write the static jvm bytecode rather than dynamic stuff on certain operations. Do correct me if I'm wrong. On 15 Aug 2015 15:17, "Anto Aravinth" <anto.aravinth....@gmail.com> wrote:
> Hi, > > I'm trying to solve one of the issues that is been reported in JIRA. > The id is Groovy 7542. > > While I'm understanding the source of Static type checker, there comes a > method called trySubscript in StaticTypesCallSiteWriter.java. > > Want to know what that method does. > > Thanks. >