Avatar
Avatar
shiz
@swift-5.0.3 @swift-4.0.3 func send( operation: inout () -> Void ) { _ = withoutActuallyEscaping(operation) { escapingClosure in escapingClosure() } } (edited)
swift40 BOT 2/8/2025 7:01 AM
exit status: 134 with l-value expression does not have l-value access kind set (declref_expr type='@lvalue () -> Void' location=<stdin>:4:33 range=[<stdin>:4:33 - line:4:33] decl=main.(file).send(operation:).operation@<stdin>:2:5 function_ref=unapplied)0 swift 0x0000000003ae91b8 1 swift 0x0000000003ae98f6
1.36 KB