class RBS::Types::UntypedFunction

def update(return_type: self.return_type)

def update(return_type: self.return_type)
  UntypedFunction.new(return_type: return_type)
end