Closed mattbierner closed 10 years ago
Patterns Like a#b#c#d and a#... or a_, are currently valid. The second two are bug, the first just doesn't make a lot of sense.
a#b#c#d
a#...
a_
The as pattern should only target object and array patterns.
Patterns Like
a#b#c#d
anda#...
ora_
, are currently valid. The second two are bug, the first just doesn't make a lot of sense.The as pattern should only target object and array patterns.