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

scala.pickling.HasCompat.scala Maven / Gradle / Ivy

The newest version!
package scala.pickling

// provides a source compatibility stub
// in Scala 2.10.x, it will make `import compat._` compile just fine,
// even though `c.universe` doesn't have `compat`
// in Scala 2.11.0, it will be ignored, becase `import c.universe._`
// brings its own `compat` in scope and that one takes precedence
private object HasCompat { val compat = ??? }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy