Closed

Description
- Version: 10.3.0
- Platform: windows 10
- Subsystem: v8
Shouldn't this
(a=>a``==a``)(a=>a)
evaluate to true
according to the ES specification? I found this yesterday on Firefox (gecko) bug tracker, but I can't find the issue right now. It seems that Node.js has the same issue. I also read the spec and IIUC it seems like this snippet should evaluate to true
but I'm not sure.
Any opinions?