jdaugherty opened a new issue, #329:
URL: https://github.com/apache/grails-intellij-plugin/issues/329

   I created small test project to reproduce this issue - demo.zip:
   
   - There is subproject named `commons` which has one trait annotated with 
`@Enhances`.
   - Trait has one method `Optional<D> maybeGet(Serializable)`.
   - Subproject added as compile dependency to main project - `compile 
project(':commons')`
   
   Open `PersonSpec`. You'll see that `Person.maybeGet` highlighted with 
unresolved symbol error but if you run tests they will pass.
   
   ---
   
   *Imported from 
[IDEA-186453](https://youtrack.jetbrains.com/issue/IDEA-186453) · Type: Bug · 
Votes: 0*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


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