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
"with" resolves to public <U> void with(@DelegatesTo.Target U target, @DelegatesTo(strategy = Closure.DELEGATE_FIRST) @ClosureParams(FirstParam.class) Closure<?> closure) in Specification. However the perceived type of the delegate is Object because the argument passed was declared using def.
The text was updated successfully, but these errors were encountered:
Consider the following:
"with" resolves to
public <U> void with(@DelegatesTo.Target U target, @DelegatesTo(strategy = Closure.DELEGATE_FIRST) @ClosureParams(FirstParam.class) Closure<?> closure)
in Specification. However the perceived type of the delegate is Object because the argument passed was declared using def.The text was updated successfully, but these errors were encountered: