Assert that this is not a first-class callable and return only ordinary Args.
Arg[]
public function getArgs() : array { assert(!$this->isFirstClassCallable()); return $this->getRawArgs(); }