| 4719 | * This maintains backward compatibility with the old SelectStep + ValuesStep behavior. |
| 4720 | */ |
| 4721 | export class ExpressionReturnStep extends Step<ExpressionReturnStepConfig> { |
| 4722 | public get name() { |
| 4723 | return "ExpressionReturn"; |
| 4724 | } |
nothing calls this directly
no outgoing calls
no test coverage detected