WebCalm icon indicating copy to clipboard operation
WebCalm copied to clipboard

js function after comma

Open aditsu opened this issue 2 months ago • 0 comments

Webcalm has a problem with this code which is supposed to be valid:

console.log("foo"), function bar() { console.log("bar") }();

It says: no viable alternative at input ','

aditsu avatar Oct 06 '25 09:10 aditsu