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

io.scalaland.chimney.internal.compiletime.ResultsPlatform.scala Maven / Gradle / Ivy

The newest version!
package io.scalaland.chimney.internal.compiletime

private[compiletime] trait ResultsPlatform extends Results { this: DefinitionsPlatform =>

  protected def reportInfo(info: String): Unit = c.echo(c.enclosingPosition, info)

  protected def reportError(errors: String): Nothing = c.abort(c.enclosingPosition, errors)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy