We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43868b8 commit dd3d86eCopy full SHA for dd3d86e
2.11/index.markdown
@@ -250,9 +250,6 @@ It is now possible to use the REPL as a Scripting Engine:
250
scala> import javax.script.ScriptEngineManager
251
import javax.script.ScriptEngineManager
252
253
-scala> import scala.tools.nsc.interpreter.IMain
254
-import scala.tools.nsc.interpreter.IMain
255
-
256
scala> val e = new ScriptEngineManager().getEngineByName("scala")
257
e: javax.script.ScriptEngine = scala.tools.nsc.interpreter.IMain@7debe95d
258
0 commit comments