danielsun1106 opened a new pull request #1002: Fix the broken link to outer 
nested types
URL: https://github.com/apache/groovy/pull/1002
 
 
   Currently `ConstructedOuterNestedClassNode` instance can be linked to outer 
nested type, but the type to resolve(i.e. the type we really care) is not 
linked to `ConstructedOuterNestedClassNode` instance, thus the type to resolve 
is not linked to outer nested type.
   
   The PR fixes the broken link:
   `the type to resolve` -> `ConstructedOuterNestedClassNode` instance(as 
placeholder) -> `outer nested type`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to