class Steep::AST::Types::Name::Applying

def initialize(name:, args:, location: nil)

def initialize(name:, args:, location: nil)
  super(name: name, location: location)
  @args = args
end