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

mdoc.internal.document.FailSection.scala Maven / Gradle / Ivy

The newest version!
package mdoc.internal.document

case class FailSection(
    code: String,
    startLine: Int,
    startColumn: Int,
    endLine: Int,
    endColumn: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy