Resolver - Get expressions
This commit is contained in:
parent
334dc99752
commit
d07dbb2e89
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ impl VarResolver for ExprNode {
|
|||
right_paren: _,
|
||||
arguments,
|
||||
} => callee.resolve(rs).and_then(|_| arguments.resolve(rs)),
|
||||
ExprNode::Get(get_expr) => get_expr.instance.resolve(rs),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue