eric-milles commented on pull request #1558:
URL: https://github.com/apache/groovy/pull/1558#issuecomment-818749740


   If you wan't "null.or(true)" to work, you would need to provide DGM 
"or(NullObject,Boolean)".  This may be worth creating a separate JIRA issue for 
consideration.  Or you can use "or" in this fashion to be null-safe 
"null?.or(true)".


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


Reply via email to