check Implementation Signature
fun checkImplementationSignature(functionType: A_Type, sectionNumber: Int = Integer.MAX_VALUE)
Content copied to clipboard
Check that an implementation with the given signature is appropriate for a message like this.
Parameters
function Type
A function type.
section Number
The SectionCheckpoint's subscript if this is a check of a macro's, prefix function, otherwise any value past the total numberOfSectionCheckpoints for a method or macro body.
Throws
If the function type is inappropriate for the method name.Content copied to clipboard