class SimpleCov::Formatter::MultiFormatter

def self.[](*args)

def self.[](*args)
  warn "#{Kernel.caller.first}: [DEPRECATION] ::[] is deprecated. Use ::new instead."
  new(Array([*args]))
end