class Steep::Diagnostic::Ruby::ProcTypeExpected

def initialize(node:, type:)

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