class Steep::Source

def annotations(block:, factory:, current_module:)

def annotations(block:, factory:, current_module:)
  AST::Annotation::Collection.new(
    annotations: mapping[block.__id__] || [],
    factory: factory,
    current_module: current_module
  )
end