Closed SeeminglyScience closed 4 years ago
In some method signatures like method declaration, calli, etc most of the InvokeMemberExpression isn't actually used so they end up being filled with jibberish. This enables a syntax to cut that out of the signature and keep it readable.
calli
InvokeMemberExpression
Resolves #16
In some method signatures like method declaration,
calli
, etc most of theInvokeMemberExpression
isn't actually used so they end up being filled with jibberish. This enables a syntax to cut that out of the signature and keep it readable.Resolves #16