eric-milles commented on PR #1732:
URL: https://github.com/apache/groovy/pull/1732#issuecomment-1165725099
And this kind of thing is not supported without `getAt(int)` or
`getAt(Integer)`:
```groovy
def opt = Optional.of('')
def (String x) = opt
assert x == ''
```
--
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]