You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method call expression imports infers as unknown because the hasArgument('configuration') pointcut does not match on the passed variable expression. Note, hasArgument(name('configuration')) does match, so this change would close a gap (i.e. offer a shorthand notation).
The text was updated successfully, but these errors were encountered:
config.dsld
config.groovy
withConfig(configuration) { imports { ... } }
The method call expression
imports
infers as unknown because thehasArgument('configuration')
pointcut does not match on the passed variable expression. Note,hasArgument(name('configuration'))
does match, so this change would close a gap (i.e. offer a shorthand notation).The text was updated successfully, but these errors were encountered: