Closed emjin closed 1 year ago
Support parsing int a = 1, b = 2 into two DefStmts. Changes the ast to make the translation easier to java_to_generic
int a = 1, b = 2
java_to_generic
Test plan: see semgrep-proprietary PR
(see [https://github.com/returntocorp/semgrep-proprietary/issues/281](https://github.com/returntocorp/semgrep-proprietary/issues/281))
Support parsing
int a = 1, b = 2
into two DefStmts. Changes the ast to make the translation easier tojava_to_generic
Test plan: see semgrep-proprietary PR
Security