matuszeman/bb-dic

Parser.parseFunction comments in argument list

matuszeman opened this issue · 0 comments

Parser.parseFunction should ignore comments in arguments list of the function

function test(
  arg1, //arg1
  arg2 /* arg2 */
) {
  return true
}