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

org.wartremover.Position.scala Maven / Gradle / Ivy

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

final case class Position(
  start: Int,
  startLine: Int,
  startColumn: Int,
  end: Int,
  endLine: Int,
  endColumn: Int,
  path: String,
  sourceCode: Option[String],
) extends PositionCompat




© 2015 - 2024 Weber Informatics LLC | Privacy Policy