Code2Graph
Code2Graph copied to clipboard
bug: gen.java | VARIABLE_DECLARATION_STATEMENT 节点解析失败
对于以下声明,解析失败:
int x=0, y, z;
只能解析 x, 无法解析 y z