We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, the tests pass, the groovydoc testcase of
* <pre class="groovyTestCase"> * def testClosure = { num -> * num + val * } * * def value = testClosure.withDelegate( [ val: 4 ] )( 3 ) * assert value == 7 * </pre> *
passes, but if you @Grab the library, Groovy claims to have no knowledge of withDelegate 🐼
@Grab
withDelegate
Needs investigation and possible bug reports
The text was updated successfully, but these errors were encountered:
timyates
No branches or pull requests
So, the tests pass, the groovydoc testcase of
passes, but if you
@Grab
the library, Groovy claims to have no knowledge ofwithDelegate
🐼Needs investigation and possible bug reports
The text was updated successfully, but these errors were encountered: