fix all tests

This commit is contained in:
Torsten Ruger
2014-07-15 00:00:00 +03:00
parent b59a9da34e
commit 9891da88a4
6 changed files with 23 additions and 9 deletions

View File

@ -74,7 +74,7 @@ module Ast
class VariableExpression < NameExpression
def compile frame ,method
Virtual::ObjectGet.new(name)
method.add Virtual::ObjectGet.new(name)
end
end
end