resolveConstructorWithImplicitCast

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

constructExpression

we want to find an invocation target for

recordDeclaration

associated with the Object the ConstructExpression constructs