# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #126232]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=126232 >
[10:09:15] <lizmat> m: say (-> --> Int { |(1,2,3) })().WHAT # eh,
shouldn't this fail ?
[10:09:16] <+camelia> rakudo-moar 92be57: OUTPUT«(Slip)»
[10:11:10] <masak> lizmat: at compile time, yes.
[10:11:24] <lizmat> well, ideally, yes
[10:11:32] <masak> yes
[10:11:32] <lizmat> but I'll settle for runtime
[10:11:38] <lizmat> for now
[10:11:54] masak .oO( or both ) :P
[10:11:57] <lizmat> m: say (-> --> Int { fail })().WHAT
[10:11:58] <+camelia> rakudo-moar 92be57: ( no output )
[10:12:25] <lizmat> m: say (-> --> Int { die })().WHAT
[10:12:26] <+camelia> rakudo-moar 92be57: OUTPUT«Died in block <unit> at
/tmp/i4Xc5H0FAT:1»
[10:12:51] <timotimo> well, fail works with the outer Routine, so at least i
understand the first thing