class Steep::TypeInference::TypeEnvBuilder::Command::ImportConstantAnnotations

def call(env)

def call(env)
  constant_types = annotations.const_type_annotations.transform_values do |const|
    annotations.absolute_type(const.type) || const.type
  end
  env.update(constant_types: constant_types)
end