Skip to content

Instantly share code, notes, and snippets.

@hrhino
Created August 10, 2017 20:24
Show Gist options
  • Save hrhino/b2d9117b8856ae5df91cee706288f73e to your computer and use it in GitHub Desktop.
Save hrhino/b2d9117b8856ae5df91cee706288f73e to your computer and use it in GitHub Desktop.
> test:console
[info] Starting scala interpreter...
[info]
Welcome to Scala 2.12.3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_121).
Type in expressions for evaluation. Or try :help.
scala> <console>:1: error: identifier expected but $XMLSTART$< found.
import <none>._
^
<console>:12: error: not found: value intp
import scala.tools.nsc._, scala.collection.JavaConverters._, intp.global.{ error => _, _ }, definitions.{ getClass => _, _ }, power.rutil._, replImplicits._, treedsl.CODE._
^
<console>:12: error: not found: value definitions
import scala.tools.nsc._, scala.collection.JavaConverters._, intp.global.{ error => _, _ }, definitions.{ getClass => _, _ }, power.rutil._, replImplicits._, treedsl.CODE._
^
<console>:12: error: not found: value power
import scala.tools.nsc._, scala.collection.JavaConverters._, intp.global.{ error => _, _ }, definitions.{ getClass => _, _ }, power.rutil._, replImplicits._, treedsl.CODE._
^
<console>:12: error: not found: value replImplicits
import scala.tools.nsc._, scala.collection.JavaConverters._, intp.global.{ error => _, _ }, definitions.{ getClass => _, _ }, power.rutil._, replImplicits._, treedsl.CODE._
^
<console>:12: error: not found: value treedsl
import scala.tools.nsc._, scala.collection.JavaConverters._, intp.global.{ error => _, _ }, definitions.{ getClass => _, _ }, power.rutil._, replImplicits._, treedsl.CODE._
^
scala>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment