Skip to content

Instantly share code, notes, and snippets.

@dragos
Created March 30, 2016 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragos/7363cb92133102a26cf0f9d394d86d08 to your computer and use it in GitHub Desktop.
Save dragos/7363cb92133102a26cf0f9d394d86d08 to your computer and use it in GitHub Desktop.
$ scala
Welcome to Scala version 2.11.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_25).
Type in expressions to have them evaluated.
Type :help for more information.
scala> println("hello") // show
object $read extends scala.AnyRef {
def <init>() = {
super.<init>;
()
};
object $iw extends scala.AnyRef {
def <init>() = {
super.<init>;
()
};
object $iw extends scala.AnyRef {
def <init>() = {
super.<init>;
()
};
val res0 = println("hello")
}
}
}
hello
scala>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment