class Steep::Diagnostic::Ruby::ProcHintIgnored

def header_line

def header_line
  "The type hint given to the block is ignored: `#{hint_type}`"
end

def initialize(hint_type:, node:)

def initialize(hint_type:, node:)
  @hint_type = hint_type
  super(node: node)
end