class Steep::Diagnostic::Ruby::UnresolvedOverloading

def header_line

def header_line
  "Cannot find compatible overloading of method `#{method_name}` of type `#{receiver_type}`"
end