feat(KT-51123): save comments from js-function call inside arguments list.

This commit is contained in:
Artem Kobzar
2022-06-13 12:58:18 +00:00
committed by Space
parent ec9d929532
commit e790607af5
19 changed files with 1858 additions and 172 deletions
@@ -1,5 +1,4 @@
function test(n) {
/*synthetic*/
return n >= 0 ? n : -n;
}