resolve Constructor With Implicit Cast
fun resolveConstructorWithImplicitCast(constructExpression: ConstructExpression, recordDeclaration: RecordDeclaration): ConstructorDeclaration?
Return
a ConstructDeclaration that matches the signature of the ConstructExpression by applying one or more implicit casts to the primitive type arguments of the ConstructExpressions. The arguments are proxied through a CastExpression to the type required by the ConstructDeclaration.
Parameters
construct Expression
we want to find an invocation target for
record Declaration
associated with the Object the ConstructExpression constructs