Fix trailingComments for FunctionExpression that is CallExpression arguments (#8488)

This commit is contained in:
Yi Li
2018-08-22 01:29:11 +08:00
committed by Brian Ng
parent f8b0a5579f
commit b439013cd4
3 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
test(function() {
var a = 1;
// one
}
// two
);