CL-USER(1): (defmethod test ((a integer) &key b c)) # CL-USER(2): (defmethod test ((a real) &key b)) #: Debugger invoked on condition of type SIMPLE-ERROR The method-lambda-list (A &KEY B) does not accept all of the keyword arguments defined for the generic function.