scala.tools.nsc.package.scala Maven / Gradle / Ivy
/* NSC -- new Scala compiler
* Copyright 2005-2011 LAMP/EPFL
* @author Paul Phillips
*/
package scala.tools
package object nsc {
@deprecated("Use a class in the scala.tools.nsc.interpreter package.", "2.9.0")
type InterpreterSettings = interpreter.ISettings
@deprecated("Use a class in the scala.tools.nsc.interpreter package.", "2.9.0")
val InterpreterResults = interpreter.Results
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy