All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wartremover.warts.SeqUpdated.scala Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package org.wartremover
package warts

object SeqUpdated
    extends ExprMatch({ case '{ ($x: collection.Seq[t1]).updated($n, $y) } =>
      "Seq.updated is disabled"
    })




© 2015 - 2024 Weber Informatics LLC | Privacy Policy