class Steep::Diagnostic::Ruby::FallbackAny

def header_line

def header_line
  "Cannot detect the type of the expression"
end

def initialize(node:)

def initialize(node:)
  super(node: node)
end