class Steep::Source
def annotations(block:, builder:, current_module:)
def annotations(block:, builder:, current_module:) AST::Annotation::Collection.new(annotations: mapping[block.__id__] || [], builder: builder, current_module: current_module) end