class Steep::TypeInference::LocalVariableTypeEnv::Entry
def initialize(type:, annotations: [], nodes: [])
def initialize(type:, annotations: [], nodes: []) @type = type @annotations = Set.new(annotations) @nodes = Set[].compare_by_identity.merge(nodes) end