we should offend on stuff like that ```ruby # frozen_string_literal: true class OverloadDocumented # @param key [Symbol] the key # @return [Object] the value def fetch(key) key end ```
we should offend on stuff like that