org.wartremover.DiagnosticCompat.scala Maven / Gradle / Ivy
package org.wartremover
trait DiagnosticCompat { self: Diagnostic =>
final def asTupleOption = Diagnostic.unapply(this)
}
package org.wartremover
trait DiagnosticCompat { self: Diagnostic =>
final def asTupleOption = Diagnostic.unapply(this)
}