提交 b605cad9 编写于 作者: X xianyu-w 提交者: ob-robot

[CP] Fix a parser bug

上级 86b3314f
......@@ -8193,7 +8193,7 @@ expr %prec LOWER_PARENS
}
else
{
if (1 == @1.last_column - @1.first_column) {
if (0 == $$->str_len_) {
$$->str_value_ = $1->str_value_;
$$->str_len_ = $1->str_len_;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册