# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125257] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125257 >
Somehow I expected that "await" without args would wait for everything, but it does not do that. At the same time, the code like: await; is still legal and produces no error or warning. This should probably be a compile-time error.