WebCalm
WebCalm copied to clipboard
js function after comma
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 ','