public ISignaturePattern resolveBindings(IScope scope, Bindings bindings) {
   // Whilst the real SignaturePattern returns 'this' we are safe to return 'this' here rather than
   // build a new
   // AndSignaturePattern
   negatedSp.resolveBindings(scope, bindings);
   return this;
 }