Parser.parseFunction comments in argument list
matuszeman opened this issue · 0 comments
matuszeman commented
Parser.parseFunction should ignore comments in arguments list of the function
function test(
arg1, //arg1
arg2 /* arg2 */
) {
return true
}