visitBoundExpression method
Implementation
@override
o.Expression visitBoundExpression(ir.BoundExpression boundExpression,
[o.OutputType? type]) =>
convertCdExpressionToIr(
_nameResolver!,
_implicitReceiver,
boundExpression.expression.ast,
boundExpression.sourceSpan,
_metadata!,
boundType: type,
);