summaryrefslogblamecommitdiff
path: root/src/compiler/scala/tools/nsc/InterpreterCommand.scala
blob: e25a83e08b872ec7246519682946e4d205a09eb0 (plain) (tree)
1
2
3
4
5
6
7
8

                       


                         
   
                                                                               
                                                                                                                 
package scala.tools.nsc

import interpreter._

/** A compatibility stub.
 */
@deprecated("Use a class in the scala.tools.nsc.interpreter package.", "2.9.0")
class InterpreterCommand(arguments: List[String], error: String => Unit) extends CommandLine(arguments, error) { }