codeconsole commented on PR #16209:
URL: https://github.com/apache/grails-core/pull/16209#issuecomment-5401592509

   @matrei if I change
   ```groovy
   def listValue
   ```
   to
   ```groovy
   List listValue
   ```
   
   it get's rid of
   ```
   Cannot resolve symbol 'getClass'
   ```
   
   but I still have the existing
   ```
   Expected '?', found 'grails.databinding.TypedStructuredBindingEditor'
   Expected '?', found 'grails.databinding.converters.ValueConverter'
   Expected '?', found 'grails.databinding.converters.FormattedValueConverter'
   ```
   
   So I am just trying to understand why IntellJ complains about things gradle 
or the groovy compiler does not.


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