Actions
Bug #21043
closedPrism defined? has slight deviations from parse.y
Description
defined?((alias foo bar))
defined?((undef foo))
def foo(*) = defined?(foo(*))
def foo(**) = defined?(foo(**))
def foo(...) = defined?(foo(...))
def foo(&) = defined?(foo(&))
and a couple others have slightly different behavior.
Updated by kddnewton (Kevin Newton) about 9 hours ago
- Status changed from Open to Closed
Applied in changeset git|d492cfdaadf9e936217e80e0899809313ff4b3d5.
Align defined? implementations between parsers (#12584)
Fixes [Bug #21043]
Actions
Like0
Like0