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

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

The newest version!
package org.wartremover
package warts

object JavaConversions extends WartTraverser {
  def apply(u: WartUniverse): u.Traverser = {
    new u.Traverser {}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy