提交 d7aca775 编写于 作者: Y Yu Yang

Update API

上级 76e2a3cd
......@@ -30,7 +30,7 @@ class Scope {
public:
Scope(const std::shared_ptr<Scope>& scope): parent_(scope) {}
Variable* Get(const std::string& name) const {
Variable* GetVar(const std::string& name) const {
Variable* var = GetVarLocally(name);
if (var != nullptr) {
return var;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册