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
Property "bar" should infer as an integer. However, it fails because DSLContributionGroup is the delegate for the DSLD's contribution closure and its getProperty(String) intercepts all property requests.
The text was updated successfully, but these errors were encountered:
Consider the following:
some.dsld
Foo.groovy
Property "bar" should infer as an integer. However, it fails because DSLContributionGroup is the delegate for the DSLD's contribution closure and its
getProperty(String)
intercepts all property requests.The text was updated successfully, but these errors were encountered: