in src/Writer.hack [36:39]
public function setIsDev(bool $is_dev): this { $this->isDev = $is_dev; return $this; }