SignatureResult

sealed class SignatureResult

SignatureResult will be the result of the function FunctionDeclaration.matchesSignature which calculates whether the provided CallExpression will match the signature of the current FunctionDeclaration.

Inheritors

Properties

Link copied to clipboard
open val casts: List<CastResult>? = null
Link copied to clipboard
Link copied to clipboard