![JAR search and dependency download from the Maven repository](/logo.png)
org.scalameta.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalameta-foundation_2.11 Show documentation
Show all versions of scalameta-foundation_2.11 Show documentation
Metaprogramming and hosting APIs of scala.meta
The newest version!
package org
package object scalameta {
case object UnreachableError extends Error("this code path should've been unreachable")
def unreachable = throw UnreachableError
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy