class Steep::Subtyping::VariableOccurence

def initialize

def initialize
  @params = Set.new
  @returns = Set.new
end