# File lib/type_checker.rb, line 845 def process_scope(exp) return t(:scope, Type.void) if exp.empty? body = process exp.shift return t(:scope, body, Type.void) end