class Steep::TypeInference::BlockParams::Param
def ==(other)
def ==(other) other.is_a?(self.class) && other.var == var && other.type == type && other.value == value && other.node == node end
def ==(other) other.is_a?(self.class) && other.var == var && other.type == type && other.value == value && other.node == node end