Skip to content

Instantly share code, notes, and snippets.

@taitruong
Created March 10, 2014 15:17
Show Gist options
  • Save taitruong/9466924 to your computer and use it in GitHub Desktop.
Save taitruong/9466924 to your computer and use it in GitHub Desktop.
class, definition, new
object ScalaHackSession {
class ScalaFun
new ScalaFun() //> res0: ScalaHackSession.ScalaFun = ScalaHackSession$ScalaFun@1f7ebc89
new ScalaFun //> res1: ScalaHackSession.ScalaFun = ScalaHackSession$ScalaFun@b886fb3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment