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

scala.compiletime.testing.Error.scala Maven / Gradle / Ivy

The newest version!
package scala.compiletime.testing

/** Represents a compile-time error.
 *
 *  @see scala.compiletime.testing.typeCheckErrors
 *
 *  IMPORTANT: No stability guarantees are provided on the format of these
 *  errors. This means the format and the API may change from
 *  version to version. This API is to be used for testing purposes
 *  only.
 */
final case class Error(message: String, lineContent: String, column: Int, kind: ErrorKind)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy