Code2Graph icon indicating copy to clipboard operation
Code2Graph copied to clipboard

bug: gen.java | VARIABLE_DECLARATION_STATEMENT 节点解析失败

Open Guitenbay opened this issue 3 years ago • 0 comments

对于以下声明,解析失败:

int x=0, y, z;

只能解析 x, 无法解析 y z

Guitenbay avatar Jul 01 '22 13:07 Guitenbay