Closed
Description
Seems after merging #312, starting the console in sbt causes issues:
> console
[info] Starting scala interpreter...
Welcome to Scala 2.12.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_40).
Type in expressions for evaluation. Or try :help.
scala> <console>:5: error: object tools is not a member of package scala
var value: scala.tools.nsc.interpreter.IMain = _
^
<console>:6: error: object tools is not a member of package scala
def set(x: _root_.scala.Any) = value = x.asInstanceOf[scala.tools.nsc.interpreter.IMain]
If I disable the sbt-dotty plugin, it doesn't happen.
Metadata
Metadata
Assignees
Labels
No labels