fix class function test
This commit is contained in:
@ -8,7 +8,8 @@ module Ast
|
||||
frame = frame.new_frame
|
||||
return_type = nil
|
||||
body.each do |ex|
|
||||
return_type = ex.compile(frame , method )
|
||||
val = ex.compile(frame , method )
|
||||
return_type = val.type
|
||||
end
|
||||
method.return_type = return_type
|
||||
method
|
||||
|
Reference in New Issue
Block a user