eric-milles opened a new pull request #1646:
URL: https://github.com/apache/groovy/pull/1646


   This does not cover `map['foo'] = 'bar'` which routes through "getAt" (by 
design).
   
   This also covers:
   ```groovy
   @groovy.transform.CompileStatic
   class C extends HashMap<String,Object> {
     void m() {
       foo = 'bar'
     }
   }
   ```
   
   https://issues.apache.org/jira/browse/GROOVY-6954


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to